feat: add invoice lifecycle schema

This commit is contained in:
2026-06-25 11:40:05 +01:00
parent cac9d0e04d
commit db7fee0432
5 changed files with 2128 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
ALTER TABLE `invoices` ADD `status` text DEFAULT 'draft' NOT NULL;--> statement-breakpoint
ALTER TABLE `invoices` ADD `sent_at` integer;--> statement-breakpoint
ALTER TABLE `invoices` ADD `paid_at` integer;--> statement-breakpoint
ALTER TABLE `invoices` ADD `voided_at` integer;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -113,6 +113,13 @@
"when": 1782338642144,
"tag": "0015_fuzzy_vampiro",
"breakpoints": true
},
{
"idx": 16,
"version": "6",
"when": 1782383895120,
"tag": "0016_outstanding_talkback",
"breakpoints": true
}
]
}