feat: add invoice lifecycle schema
This commit is contained in:
@@ -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
@@ -113,6 +113,13 @@
|
||||
"when": 1782338642144,
|
||||
"tag": "0015_fuzzy_vampiro",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 16,
|
||||
"version": "6",
|
||||
"when": 1782383895120,
|
||||
"tag": "0016_outstanding_talkback",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user