mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 13:34:53 +02:00
Add: migration for mediaId to use UUID instead of UUIDV4
This commit is contained in:
parent
d7e810fc2f
commit
713bdcbc41
2 changed files with 51 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ class LibraryItem extends Model {
|
|||
ino: DataTypes.STRING,
|
||||
path: DataTypes.STRING,
|
||||
relPath: DataTypes.STRING,
|
||||
mediaId: DataTypes.UUIDV4,
|
||||
mediaId: DataTypes.UUID,
|
||||
mediaType: DataTypes.STRING,
|
||||
isFile: DataTypes.BOOLEAN,
|
||||
isMissing: DataTypes.BOOLEAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue