Files
Kyoo/api/drizzle/0022_seasons-count.sql
T
2025-07-14 03:27:46 +02:00

2 lines
183 B
SQL

ALTER TABLE "kyoo"."seasons" ADD COLUMN "entries_count" integer NOT NULL;--> statement-breakpoint
ALTER TABLE "kyoo"."seasons" ADD COLUMN "available_count" integer DEFAULT 0 NOT NULL;