diff options
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/021_drop_tasks.sql | 2 |
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; |
