summaryrefslogtreecommitdiff
path: root/db/migrations/0371_tired_prowler.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0371_tired_prowler.sql')
-rw-r--r--db/migrations/0371_tired_prowler.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/migrations/0371_tired_prowler.sql b/db/migrations/0371_tired_prowler.sql
new file mode 100644
index 00000000..6c40f361
--- /dev/null
+++ b/db/migrations/0371_tired_prowler.sql
@@ -0,0 +1,8 @@
+ALTER TABLE "avl_vendor_info" DROP CONSTRAINT "avl_vendor_info_avl_list_id_avl_list_id_fk";
+--> statement-breakpoint
+ALTER TABLE "avl_list" ADD COLUMN "vendor_info_snapshot" json;--> statement-breakpoint
+ALTER TABLE "avl_vendor_info" ADD COLUMN "is_template" boolean DEFAULT false;--> statement-breakpoint
+ALTER TABLE "avl_vendor_info" ADD COLUMN "construction_sector" varchar(10);--> statement-breakpoint
+ALTER TABLE "avl_vendor_info" ADD COLUMN "ship_type" varchar(50);--> statement-breakpoint
+ALTER TABLE "avl_vendor_info" ADD COLUMN "avl_kind" varchar(50);--> statement-breakpoint
+ALTER TABLE "avl_vendor_info" ADD COLUMN "ht_division" varchar(10); \ No newline at end of file