Batch images task insertion and add priority

This commit is contained in:
Zoe Roux
2025-11-23 20:03:16 +01:00
parent f59cb5d671
commit 019aceb8d9
24 changed files with 2251 additions and 217 deletions
+3
View File
@@ -0,0 +1,3 @@
ALTER TABLE "kyoo"."history" ALTER COLUMN "time" SET DEFAULT 0;--> statement-breakpoint
ALTER TABLE "kyoo"."history" ALTER COLUMN "time" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "kyoo"."mqueue" ADD COLUMN "priority" integer DEFAULT 0 NOT NULL;