Migrate original handling

This commit is contained in:
Zoe Roux 2025-03-08 15:47:02 +01:00
parent 67dc251489
commit 74f2229dcd
No known key found for this signature in database
3 changed files with 1287 additions and 0 deletions

View 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";

File diff suppressed because it is too large Load Diff

View File

@ -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
} }
] ]
} }