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

2 lines
139 B
SQL

ALTER TABLE "projects" DROP COLUMN IF EXISTS "is_update";--> statement-breakpoint
ALTER TABLE "projects" ADD COLUMN "ai_description" text;