mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00:00
Update uuid migration to v2.17.0 and for all tables still using UUIDv4
This commit is contained in:
parent
161a3f4da9
commit
2b7e3f0efe
8 changed files with 109 additions and 61 deletions
|
|
@ -93,7 +93,7 @@ class MediaProgress extends Model {
|
|||
defaultValue: DataTypes.UUIDV4,
|
||||
primaryKey: true
|
||||
},
|
||||
mediaItemId: DataTypes.UUIDV4,
|
||||
mediaItemId: DataTypes.UUID,
|
||||
mediaItemType: DataTypes.STRING,
|
||||
duration: DataTypes.FLOAT,
|
||||
currentTime: DataTypes.FLOAT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue