mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 21:05:24 +02:00
Starting db migration file
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = (sequelize) => {
|
||||
mediaType: DataTypes.STRING,
|
||||
provider: DataTypes.STRING,
|
||||
lastScan: DataTypes.DATE,
|
||||
scanVersion: DataTypes.STRING
|
||||
lastScanVersion: DataTypes.STRING
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'Library'
|
||||
|
||||
Reference in New Issue
Block a user