summaryrefslogtreecommitdiff
path: root/db/migrations/0347_hard_dust.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0347_hard_dust.sql')
-rw-r--r--db/migrations/0347_hard_dust.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0347_hard_dust.sql b/db/migrations/0347_hard_dust.sql
new file mode 100644
index 00000000..fb0ba3d0
--- /dev/null
+++ b/db/migrations/0347_hard_dust.sql
@@ -0,0 +1,3 @@
+ALTER TABLE "rfq_last_details" ALTER COLUMN "delivery_date" SET DATA TYPE timestamp with time zone;--> statement-breakpoint
+ALTER TABLE "rfqs_last" ALTER COLUMN "due_date" SET DATA TYPE timestamp with time zone;--> statement-breakpoint
+ALTER TABLE "rfqs_last" ALTER COLUMN "rfq_send_date" SET DATA TYPE timestamp with time zone; \ No newline at end of file