DB: Add fields for custom profile backgrounds
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user