feat: add billing and organization workflows

This commit is contained in:
2026-06-24 13:53:52 +01:00
parent 4fd81c923b
commit 44bfb083f9
97 changed files with 10966 additions and 2044 deletions
+9
View File
@@ -0,0 +1,9 @@
ALTER TABLE `clients` ADD `industry` text;--> statement-breakpoint
ALTER TABLE `clients` DROP COLUMN `type`;--> statement-breakpoint
ALTER TABLE `clients` DROP COLUMN `status`;--> statement-breakpoint
ALTER TABLE `addresses` ADD `type` text DEFAULT 'primary' NOT NULL;--> statement-breakpoint
ALTER TABLE `addresses` ADD `line_3` text;--> statement-breakpoint
ALTER TABLE `addresses` DROP COLUMN `label`;--> statement-breakpoint
ALTER TABLE `addresses` DROP COLUMN `is_primary`;--> statement-breakpoint
ALTER TABLE `contacts` ADD `receives_invoices` integer DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE `contacts` ADD `receives_contracts` integer DEFAULT false NOT NULL;