Bookmarks controller

This commit is contained in:
unknown
2021-05-23 17:18:04 +02:00
parent 100f274d96
commit 27250dc850
7 changed files with 118 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ const Config = sequelize.define('Config', {
defaultValue: false
}
}, {
freezeTableName: true
tableName: 'config'
});
module.exports = Config;