personal-tracker/server/migrations/2024-05-03-015925_create_tasks/down.sql

2 lines
63 B
MySQL
Raw Normal View History

2024-05-03 02:07:30 +00:00
-- This file should undo anything in `up.sql`
DROP TABLE tasks;