summaryrefslogtreecommitdiff
path: root/db/migrations/0095_mute_lizard.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0095_mute_lizard.sql')
-rw-r--r--db/migrations/0095_mute_lizard.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrations/0095_mute_lizard.sql b/db/migrations/0095_mute_lizard.sql
new file mode 100644
index 00000000..062fcf53
--- /dev/null
+++ b/db/migrations/0095_mute_lizard.sql
@@ -0,0 +1 @@
+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