todo/migrations/2025-06-20-111801_create_tasks/down.sql

3 lines
76 B
MySQL
Raw Normal View History

2025-06-20 13:03:55 +02:00
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS `tasks`;