This commit is contained in:
5
drizzle/0005_fair_skreet.sql
Normal file
5
drizzle/0005_fair_skreet.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `organizations` ADD `default_tax_rate` real DEFAULT 0;--> statement-breakpoint
|
||||
ALTER TABLE `organizations` ADD `default_currency` text DEFAULT 'USD';--> statement-breakpoint
|
||||
ALTER TABLE `tags` ADD `rate` integer DEFAULT 0;--> statement-breakpoint
|
||||
ALTER TABLE `time_entries` ADD `invoice_id` text;--> statement-breakpoint
|
||||
CREATE INDEX `time_entries_invoice_id_idx` ON `time_entries` (`invoice_id`);
|
||||
Reference in New Issue
Block a user