mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 12:12:43 +02:00
Update model casing & associations
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = (sequelize) => {
|
||||
cleanName: DataTypes.STRING
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'Tag'
|
||||
modelName: 'tag'
|
||||
})
|
||||
|
||||
return Tag
|
||||
|
||||
Reference in New Issue
Block a user