summaryrefslogtreecommitdiff
path: root/db/migrations/0101_past_killraven.sql
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-03-28 00:42:08 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-03-28 00:42:08 +0000
commitb8e8328b1ffffb80bf4ebb776a4a24e5680fc5bc (patch)
treebbb4d82cee5f3fbf107e0648dea9a8f66e2710c4 /db/migrations/0101_past_killraven.sql
parent34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (diff)
테이블 칼럼 리사이즈 및 핀 충돌 해결
Diffstat (limited to 'db/migrations/0101_past_killraven.sql')
-rw-r--r--db/migrations/0101_past_killraven.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrations/0101_past_killraven.sql b/db/migrations/0101_past_killraven.sql
deleted file mode 100644
index afb8370c..00000000
--- a/db/migrations/0101_past_killraven.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-ALTER TABLE "vendor_data_report_temps" DROP CONSTRAINT "vendor_data_report_temps_formId_forms_id_fk";
---> statement-breakpoint
-ALTER TABLE "vendor_data_report_temps" ADD COLUMN "form_id" integer NOT NULL;--> statement-breakpoint
-ALTER TABLE "vendor_data_report_temps" ADD CONSTRAINT "vendor_data_report_temps_form_id_forms_id_fk" FOREIGN KEY ("form_id") REFERENCES "public"."forms"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
-ALTER TABLE "vendor_data_report_temps" DROP COLUMN "formId"; \ No newline at end of file