Files
todo-mcp/migrations/0001_initial.down.sql

3 lines
60 B
SQL

DROP TABLE IF EXISTS todo_tags;
DROP TABLE IF EXISTS todos;