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`);
|
||||
1353
drizzle/meta/0005_snapshot.json
Normal file
1353
drizzle/meta/0005_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -36,6 +36,13 @@
|
||||
"when": 1768876902359,
|
||||
"tag": "0004_happy_namorita",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 5,
|
||||
"version": "6",
|
||||
"when": 1768931251965,
|
||||
"tag": "0005_fair_skreet",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user