Update uuid migration to v2.17.0 and for all tables still using UUIDv4

This commit is contained in:
advplyr
2024-11-17 15:45:21 -06:00
parent 161a3f4da9
commit 2b7e3f0efe
8 changed files with 109 additions and 61 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class PlaybackSession extends Model {
defaultValue: DataTypes.UUIDV4,
primaryKey: true
},
mediaItemId: DataTypes.UUIDV4,
mediaItemId: DataTypes.UUID,
mediaItemType: DataTypes.STRING,
displayTitle: DataTypes.STRING,
displayAuthor: DataTypes.STRING,