From 9ceed79cf32c896f8a998399bf1b296506b2cd4a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 8 Apr 2025 03:08:19 +0000 Subject: 로그인 및 미들웨어 처리. 구조 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0095_mute_lizard.sql | 1 - 1 file changed, 1 deletion(-) delete mode 100644 db/migrations/0095_mute_lizard.sql (limited to 'db/migrations/0095_mute_lizard.sql') diff --git a/db/migrations/0095_mute_lizard.sql b/db/migrations/0095_mute_lizard.sql deleted file mode 100644 index 062fcf53..00000000 --- a/db/migrations/0095_mute_lizard.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE "rfq_comments" ADD CONSTRAINT "rfq_comments_commented_by_users_id_fk" FOREIGN KEY ("commented_by") REFERENCES "public"."users"("id") ON DELETE no action ON UPDATE no action; \ No newline at end of file -- cgit v1.2.3