summaryrefslogtreecommitdiff
path: root/db/migrations/0276_closed_yellowjacket.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0276_closed_yellowjacket.sql')
-rw-r--r--db/migrations/0276_closed_yellowjacket.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0276_closed_yellowjacket.sql b/db/migrations/0276_closed_yellowjacket.sql
new file mode 100644
index 00000000..e4aa806d
--- /dev/null
+++ b/db/migrations/0276_closed_yellowjacket.sql
@@ -0,0 +1,2 @@
+ALTER TABLE "pr_items_for_bidding" ALTER COLUMN "quantity_unit" SET DATA TYPE varchar(50);--> statement-breakpoint
+ALTER TABLE "pr_items_for_bidding" ALTER COLUMN "weight_unit" SET DATA TYPE varchar(50); \ No newline at end of file