mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Migrate original handling
This commit is contained in:
parent
67dc251489
commit
74f2229dcd
3
api/drizzle/0013_original.sql
Normal file
3
api/drizzle/0013_original.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE "kyoo"."videos" ALTER COLUMN "guess" DROP DEFAULT;--> statement-breakpoint
|
||||||
|
ALTER TABLE "kyoo"."shows" ADD COLUMN "original" jsonb NOT NULL;--> statement-breakpoint
|
||||||
|
ALTER TABLE "kyoo"."shows" DROP COLUMN "original_language";
|
1277
api/drizzle/meta/0013_snapshot.json
Normal file
1277
api/drizzle/meta/0013_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -92,6 +92,13 @@
|
|||||||
"when": 1741360992371,
|
"when": 1741360992371,
|
||||||
"tag": "0012_available_count",
|
"tag": "0012_available_count",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 13,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1741444868735,
|
||||||
|
"tag": "0013_original",
|
||||||
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user