mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 06:15:22 +02:00
Update uuid migration to v2.17.0 and for all tables still using UUIDv4
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user