summaryrefslogtreecommitdiff
path: root/db/migrations/0007_cuddly_stardust.sql
blob: 1d736a6f73ed78768755380a1e2f1218fa515749 (plain)
1
2
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;