Files
chronus/drizzle/0005_fair_skreet.sql
Atridad Lahiji de5b1063b7
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m24s
Migrate
2026-01-20 10:47:43 -07:00

5 lines
409 B
SQL

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`);