mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Added option to set custom description for apps
This commit is contained in:
@@ -31,6 +31,11 @@ const App = sequelize.define(
|
||||
allowNull: true,
|
||||
defaultValue: 1,
|
||||
},
|
||||
description: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false,
|
||||
defaultValue: '',
|
||||
},
|
||||
},
|
||||
{
|
||||
tableName: 'apps',
|
||||
|
||||
Reference in New Issue
Block a user