All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m59s
3 lines
212 B
SQL
3 lines
212 B
SQL
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`); |