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

2 lines
63 B
MySQL
Raw Permalink Normal View History

-- This file should undo anything in `up.sql`
DROP TABLE tasks;