This commit is contained in:
3
drizzle/0001_demonic_red_skull.sql
Normal file
3
drizzle/0001_demonic_red_skull.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DROP TABLE `time_entry_tags`;--> statement-breakpoint
|
||||
ALTER TABLE `time_entries` ADD `tag_id` text REFERENCES tags(id);--> statement-breakpoint
|
||||
CREATE INDEX `time_entries_tag_id_idx` ON `time_entries` (`tag_id`);
|
||||
1219
drizzle/meta/0001_snapshot.json
Normal file
1219
drizzle/meta/0001_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,6 +8,13 @@
|
||||
"when": 1768934194146,
|
||||
"tag": "0000_lazy_rictor",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 1,
|
||||
"version": "6",
|
||||
"when": 1768935234392,
|
||||
"tag": "0001_demonic_red_skull",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user