summaryrefslogtreecommitdiff
path: root/migrations/021_drop_tasks.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/021_drop_tasks.sql')
-rw-r--r--migrations/021_drop_tasks.sql2
1 files changed, 2 insertions, 0 deletions
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;