mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 14:55:16 -04:00
Implement metadata refresh
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user