mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Added ability to set icons on bookmarks. Added hover indicator for apps
This commit is contained in:
@@ -13,6 +13,10 @@ const Bookmark = sequelize.define('Bookmark', {
|
||||
categoryId: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: false
|
||||
},
|
||||
icon: {
|
||||
type: DataTypes.STRING,
|
||||
defaultValue: ''
|
||||
}
|
||||
}, {
|
||||
tableName: 'bookmarks'
|
||||
|
||||
Reference in New Issue
Block a user