mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-07 01:31:56 -04:00
4 lines
273 B
SQL
4 lines
273 B
SQL
ALTER TABLE "kyoo"."entries" ADD COLUMN "critical_to_story" boolean;--> statement-breakpoint
|
|
UPDATE "kyoo"."entries" SET "critical_to_story" = true;--> statement-breakpoint
|
|
ALTER TABLE "kyoo"."entries" ALTER COLUMN "critical_to_story" SET NOT NULl;--> statement-breakpoint
|