From 945c34590677e161a711ccaff0e1077197b1b178 Mon Sep 17 00:00:00 2001 From: Doot Agent Date: Mon, 6 Jul 2026 00:00:59 +0000 Subject: feat: remove Todoist integration entirely Native tasks (native_tasks table) fully replace Todoist. All Todoist API code, store functions, handlers, routes, templates, and tests have been removed. Migration 021 drops the now-unused tasks cache table. Co-Authored-By: Claude Sonnet 4.6 --- migrations/021_drop_tasks.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/021_drop_tasks.sql (limited to 'migrations') diff --git a/migrations/021_drop_tasks.sql b/migrations/021_drop_tasks.sql new file mode 100644 index 0000000..2db3f86 --- /dev/null +++ b/migrations/021_drop_tasks.sql @@ -0,0 +1,2 @@ +-- Drop the Todoist task cache table. All tasks have been migrated to native_tasks. +DROP TABLE IF EXISTS tasks; -- cgit v1.2.3