feat: Move language option to profile setting (#387)
This commit is contained in:
@@ -22,6 +22,10 @@ function defineUser(sequelize, DataTypes) {
|
||||
avatarPath: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
locale: {
|
||||
type: DataTypes.STRING(20),
|
||||
allowNull: true,
|
||||
},
|
||||
},
|
||||
{ underscored: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user