mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 22:05:09 +00:00
2 lines
150 B
SQL
2 lines
150 B
SQL
ALTER TABLE "projects" ADD COLUMN "is_update" integer DEFAULT 0;--> statement-breakpoint
|
|
ALTER TABLE "projects" ADD COLUMN "update_description" text;
|