summaryrefslogtreecommitdiff
path: root/db/migrations/0096_far_lord_tyger.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0096_far_lord_tyger.sql')
-rw-r--r--db/migrations/0096_far_lord_tyger.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0096_far_lord_tyger.sql b/db/migrations/0096_far_lord_tyger.sql
new file mode 100644
index 00000000..36f842b5
--- /dev/null
+++ b/db/migrations/0096_far_lord_tyger.sql
@@ -0,0 +1,2 @@
+ALTER TABLE "rfq_attachments" ADD COLUMN "cbe_id" integer;--> statement-breakpoint
+ALTER TABLE "rfq_attachments" ADD CONSTRAINT "rfq_attachments_cbe_id_cbe_evaluations_id_fk" FOREIGN KEY ("cbe_id") REFERENCES "public"."cbe_evaluations"("id") ON DELETE no action ON UPDATE no action; \ No newline at end of file