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
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE `contracts` ADD `license_fee_gbp` real DEFAULT 0 NOT NULL;--> statement-breakpoint
ALTER TABLE `contracts` ADD `deposit_gbp` real DEFAULT 0 NOT NULL;