Create migration & fix update statment

This commit is contained in:
2025-03-08 14:25:52 +01:00
parent c58cb3ef78
commit 54ee704ab9
7 changed files with 1296 additions and 8 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE "kyoo"."shows" ADD COLUMN "entries_count" integer NOT NULL;--> statement-breakpoint
ALTER TABLE "kyoo"."shows" ADD COLUMN "available_count" integer DEFAULT 0 NOT NULL;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -85,6 +85,13 @@
"when": 1741014917375,
"tag": "0011_join_rename",
"breakpoints": true
},
{
"idx": 12,
"version": "7",
"when": 1741360992371,
"tag": "0012_available_count",
"breakpoints": true
}
]
}