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

2 lines
No EOL
189 B
SQL

ALTER TABLE "mf"."order_status" ADD COLUMN "payment_state" "payment_status" DEFAULT 'pending' NOT NULL;--> statement-breakpoint
ALTER TABLE "mf"."order_status" DROP COLUMN "payment_status";