mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Pinned Apps
This commit is contained in:
parent
d3c5e2a5ec
commit
fa5c35b619
6 changed files with 90 additions and 12 deletions
|
@ -14,6 +14,10 @@ const App = sequelize.define('App', {
|
|||
type: DataTypes.STRING,
|
||||
allowNull: false,
|
||||
defaultValue: 'cancel'
|
||||
},
|
||||
isPinned: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
defaultValue: false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue