mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 00:39:40 +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
|
|
@ -45,7 +45,7 @@ class PlaylistMediaItem extends Model {
|
|||
defaultValue: DataTypes.UUIDV4,
|
||||
primaryKey: true
|
||||
},
|
||||
mediaItemId: DataTypes.UUIDV4,
|
||||
mediaItemId: DataTypes.UUID,
|
||||
mediaItemType: DataTypes.STRING,
|
||||
order: DataTypes.INTEGER
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue