Implement metadata refresh

This commit is contained in:
Zoe Roux
2026-03-27 10:40:22 +01:00
parent 3a2aa61ac1
commit 59187a024b
27 changed files with 2153 additions and 35 deletions
+4
View File
@@ -0,0 +1,4 @@
CREATE INDEX "evj_video_pk" ON "kyoo"."entry_video_join" USING btree ("video_pk");--> statement-breakpoint
ALTER TABLE "kyoo"."entries" DROP COLUMN "next_refresh";--> statement-breakpoint
ALTER TABLE "kyoo"."seasons" DROP COLUMN "next_refresh";
ALTER TABLE "kyoo"."shows" ALTER COLUMN "next_refresh" SET DATA TYPE date;