mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-03 06:29:42 +00:00
Starting db migration file
This commit is contained in:
parent
b2e1e24ca5
commit
c738e35a8c
14 changed files with 477 additions and 39 deletions
|
|
@ -11,8 +11,8 @@ module.exports = (sequelize) => {
|
|||
},
|
||||
index: DataTypes.INTEGER,
|
||||
title: DataTypes.STRING,
|
||||
start: DataTypes.INTEGER,
|
||||
end: DataTypes.INTEGER
|
||||
start: DataTypes.FLOAT,
|
||||
end: DataTypes.FLOAT
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'BookChapter'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue