mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 06:53:12 +08:00
Bookmarks controller
This commit is contained in:
@@ -20,7 +20,7 @@ const Config = sequelize.define('Config', {
|
||||
defaultValue: false
|
||||
}
|
||||
}, {
|
||||
freezeTableName: true
|
||||
tableName: 'config'
|
||||
});
|
||||
|
||||
module.exports = Config;
|
||||
Reference in New Issue
Block a user