Migrate
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m24s

This commit is contained in:
2026-01-20 10:47:43 -07:00
parent 82b45fdfe4
commit de5b1063b7
3 changed files with 1365 additions and 0 deletions

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

File diff suppressed because it is too large Load Diff

View File

@@ -36,6 +36,13 @@
"when": 1768876902359,
"tag": "0004_happy_namorita",
"breakpoints": true
},
{
"idx": 5,
"version": "6",
"when": 1768931251965,
"tag": "0005_fair_skreet",
"breakpoints": true
}
]
}