From b8e8328b1ffffb80bf4ebb776a4a24e5680fc5bc Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 28 Mar 2025 00:42:08 +0000 Subject: 테이블 칼럼 리사이즈 및 핀 충돌 해결 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0098_cooing_reptil.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 db/migrations/0098_cooing_reptil.sql (limited to 'db/migrations/0098_cooing_reptil.sql') diff --git a/db/migrations/0098_cooing_reptil.sql b/db/migrations/0098_cooing_reptil.sql deleted file mode 100644 index 74022356..00000000 --- a/db/migrations/0098_cooing_reptil.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE "vendor_data_report_temps" DROP CONSTRAINT "vendor_data_report_temps_form_code_forms_form_code_fk"; ---> statement-breakpoint -ALTER TABLE "vendor_data_report_temps" ADD COLUMN "formId" integer NOT NULL;--> statement-breakpoint -ALTER TABLE "vendor_data_report_temps" ADD CONSTRAINT "vendor_data_report_temps_formId_forms_id_fk" FOREIGN KEY ("formId") REFERENCES "public"."forms"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint -ALTER TABLE "vendor_data_report_temps" DROP COLUMN "form_code"; \ No newline at end of file -- cgit v1.2.3