freshyo/packages/db_helper_postgres/drizzle/0038_volatile_jean_grey.sql
2026-03-24 20:50:14 +05:30

2 lines
No EOL
203 B
SQL

ALTER TABLE "mf"."product_info" ADD COLUMN "is_suspended" boolean DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE "mf"."user_details" ADD COLUMN "is_suspended" boolean DEFAULT false NOT NULL;