Added discounts to invoices
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
This commit is contained in:
3
drizzle/0003_amusing_wendigo.sql
Normal file
3
drizzle/0003_amusing_wendigo.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `invoices` ADD `discount_value` real DEFAULT 0;--> statement-breakpoint
|
||||
ALTER TABLE `invoices` ADD `discount_type` text DEFAULT 'percentage';--> statement-breakpoint
|
||||
ALTER TABLE `invoices` ADD `discount_amount` integer DEFAULT 0;
|
||||
Reference in New Issue
Block a user