summaryrefslogtreecommitdiff
path: root/db/migrations/0065_redundant_sunset_bain.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0065_redundant_sunset_bain.sql')
-rw-r--r--db/migrations/0065_redundant_sunset_bain.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrations/0065_redundant_sunset_bain.sql b/db/migrations/0065_redundant_sunset_bain.sql
deleted file mode 100644
index ad2d8ca7..00000000
--- a/db/migrations/0065_redundant_sunset_bain.sql
+++ /dev/null
@@ -1,9 +0,0 @@
-CREATE TABLE "vendor_pq_review_logs" (
- "id" serial PRIMARY KEY NOT NULL,
- "vendor_id" integer NOT NULL,
- "reviewer_comment" text NOT NULL,
- "reviewer_name" text,
- "created_at" timestamp DEFAULT now() NOT NULL
-);
---> statement-breakpoint
-ALTER TABLE "vendor_pq_review_logs" ADD CONSTRAINT "vendor_pq_review_logs_vendor_id_vendors_id_fk" FOREIGN KEY ("vendor_id") REFERENCES "public"."vendors"("id") ON DELETE cascade ON UPDATE no action; \ No newline at end of file