From de2ac5a2860bc25180971e7a11f852d9d44675b7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 6 Aug 2025 04:23:40 +0000 Subject: (대표님) 정기평가, 법적검토, 정책, 가입관련 처리 및 관련 컴포넌트 추가, 메뉴 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0259_third_mandrill.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 db/migrations/0259_third_mandrill.sql (limited to 'db/migrations/0259_third_mandrill.sql') diff --git a/db/migrations/0259_third_mandrill.sql b/db/migrations/0259_third_mandrill.sql new file mode 100644 index 00000000..00c53d6d --- /dev/null +++ b/db/migrations/0259_third_mandrill.sql @@ -0,0 +1,9 @@ +ALTER TABLE "incoterms" DROP CONSTRAINT "incoterms_created_by_users_id_fk"; +--> statement-breakpoint +ALTER TABLE "payment_terms" DROP CONSTRAINT "payment_terms_created_by_users_id_fk"; +--> statement-breakpoint +ALTER TABLE "place_of_shipping" DROP CONSTRAINT "place_of_shipping_created_by_users_id_fk"; +--> statement-breakpoint +ALTER TABLE "incoterms" DROP COLUMN "created_by";--> statement-breakpoint +ALTER TABLE "payment_terms" DROP COLUMN "created_by";--> statement-breakpoint +ALTER TABLE "place_of_shipping" DROP COLUMN "created_by"; \ No newline at end of file -- cgit v1.2.3