mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02: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
|
@ -109,7 +109,7 @@ class MediaItemShare extends Model {
|
|||
defaultValue: DataTypes.UUIDV4,
|
||||
primaryKey: true
|
||||
},
|
||||
mediaItemId: DataTypes.UUIDV4,
|
||||
mediaItemId: DataTypes.UUID,
|
||||
mediaItemType: DataTypes.STRING,
|
||||
slug: DataTypes.STRING,
|
||||
pash: DataTypes.STRING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue