scraps/backend/drizzle/0003_add_project_update_fields.sql
2026-02-09 16:45:28 -05:00

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;