summaryrefslogtreecommitdiff
path: root/db/migrations/0340_glamorous_frightful_four.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0340_glamorous_frightful_four.sql')
-rw-r--r--db/migrations/0340_glamorous_frightful_four.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrations/0340_glamorous_frightful_four.sql b/db/migrations/0340_glamorous_frightful_four.sql
new file mode 100644
index 00000000..17fd5b32
--- /dev/null
+++ b/db/migrations/0340_glamorous_frightful_four.sql
@@ -0,0 +1,5 @@
+ALTER TABLE "rfq_last_vendor_responses" ADD COLUMN "email_sent_at" timestamp;--> statement-breakpoint
+ALTER TABLE "rfq_last_vendor_responses" ADD COLUMN "email_sent_to" text;--> statement-breakpoint
+ALTER TABLE "rfq_last_vendor_responses" ADD COLUMN "email_resent_count" integer DEFAULT 0;--> statement-breakpoint
+ALTER TABLE "rfq_last_vendor_responses" ADD COLUMN "last_email_sent_at" timestamp;--> statement-breakpoint
+ALTER TABLE "rfq_last_vendor_responses" ADD COLUMN "email_status" varchar(30); \ No newline at end of file