diff options
Diffstat (limited to 'db/migrations/0365_bored_rhodey.sql')
| -rw-r--r-- | db/migrations/0365_bored_rhodey.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0365_bored_rhodey.sql b/db/migrations/0365_bored_rhodey.sql new file mode 100644 index 00000000..912ae8e6 --- /dev/null +++ b/db/migrations/0365_bored_rhodey.sql @@ -0,0 +1,3 @@ +ALTER TABLE "rfq_last_tbe_pdftron_comments" DROP CONSTRAINT "rfq_last_tbe_pdftron_comments_created_by_users_id_fk"; +--> statement-breakpoint +ALTER TABLE "rfq_last_tbe_pdftron_comments" ADD CONSTRAINT "rfq_last_tbe_pdftron_comments_created_by_users_id_fk" FOREIGN KEY ("created_by") REFERENCES "public"."users"("id") ON DELETE restrict ON UPDATE no action;
\ No newline at end of file |
