DB: Add fields for custom profile backgrounds

This commit is contained in:
2023-08-07 16:22:39 +02:00
parent db98cc21b2
commit 2d11fdfdad
2 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ module.exports = (sequelize, DataTypes) => {
Profile.init({
userId: DataTypes.INTEGER,
customStatus: DataTypes.STRING,
customBackground: DataTypes.STRING,
slotOne: DataTypes.INTEGER,
slotTwo: DataTypes.INTEGER,
slotThree: DataTypes.INTEGER,