From db5deb2330448c75ba6b719e6a397832362b222a Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Thu, 22 Jan 2026 15:23:23 -1000 Subject: Add migration to remove resolved bugs Deletes 12 bug reports that have been fixed: - Hide future tasks, modal menu, tap to expand - terst.org styling, visual differentiation, urgency sort - Todoist link, completed tasks, timestamp, background image - Task edit details Co-Authored-By: Claude Opus 4.5 --- migrations/006_remove_resolved_bugs.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/006_remove_resolved_bugs.sql (limited to 'migrations/006_remove_resolved_bugs.sql') diff --git a/migrations/006_remove_resolved_bugs.sql b/migrations/006_remove_resolved_bugs.sql new file mode 100644 index 0000000..666886b --- /dev/null +++ b/migrations/006_remove_resolved_bugs.sql @@ -0,0 +1,2 @@ +-- Remove bugs that have been resolved +DELETE FROM bugs WHERE id IN (1, 2, 3, 4, 5, 6, 7, 9, 10, 14, 15, 16); -- cgit v1.2.3