diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
| commit | ef4c533ebacc2cdc97e518f30e9a9350004fcdfb (patch) | |
| tree | 345251a3ed0f4429716fa5edaa31024d8f4cb560 /db/migrations/0007_cuddly_stardust.sql | |
| parent | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (diff) | |
~20250428 작업사항
Diffstat (limited to 'db/migrations/0007_cuddly_stardust.sql')
| -rw-r--r-- | db/migrations/0007_cuddly_stardust.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0007_cuddly_stardust.sql b/db/migrations/0007_cuddly_stardust.sql new file mode 100644 index 00000000..1d736a6f --- /dev/null +++ b/db/migrations/0007_cuddly_stardust.sql @@ -0,0 +1,3 @@ +ALTER TABLE "rfq_comments" DROP CONSTRAINT "rfq_comments_cbe_id_cbe_evaluations_id_fk"; +--> statement-breakpoint +ALTER TABLE "rfq_comments" ADD CONSTRAINT "rfq_comments_cbe_id_vendor_responses_id_fk" FOREIGN KEY ("cbe_id") REFERENCES "public"."vendor_responses"("id") ON DELETE no action ON UPDATE no action;
\ No newline at end of file |
