summaryrefslogtreecommitdiff
path: root/db/migrations/0062_zippy_human_torch.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0062_zippy_human_torch.sql')
-rw-r--r--db/migrations/0062_zippy_human_torch.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/migrations/0062_zippy_human_torch.sql b/db/migrations/0062_zippy_human_torch.sql
deleted file mode 100644
index 907276e7..00000000
--- a/db/migrations/0062_zippy_human_torch.sql
+++ /dev/null
@@ -1,12 +0,0 @@
-ALTER TABLE "vendors" ALTER COLUMN "status" SET DEFAULT 'PENDING_REVIEW';--> statement-breakpoint
-ALTER TABLE "vendor_attachments" ADD COLUMN "attachment_type" varchar(50) DEFAULT 'GENERAL';--> statement-breakpoint
-ALTER TABLE "vendor_attachments" ADD COLUMN "created_at" timestamp DEFAULT now() NOT NULL;--> statement-breakpoint
-ALTER TABLE "vendor_attachments" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "representative_name" varchar(255);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "representative_birth" varchar(20);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "representative_email" varchar(255);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "representative_phone" varchar(50);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "corporate_registration_number" varchar(100);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "credit_agency" varchar(50);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "credit_rating" varchar(50);--> statement-breakpoint
-ALTER TABLE "vendors" ADD COLUMN "cash_flow_rating" varchar(50); \ No newline at end of file