mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
Sorting settings. Sort apps on change/add/update
This commit is contained in:
parent
8974fb3b49
commit
754dc3a7b9
9 changed files with 124 additions and 27 deletions
|
@ -9,6 +9,11 @@ const Category = sequelize.define('Category', {
|
|||
isPinned: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
defaultValue: false
|
||||
},
|
||||
orderId: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: true,
|
||||
defaultValue: null
|
||||
}
|
||||
}, {
|
||||
tableName: 'categories'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue