backend/migrations/2023-08-23-112227_users/down.sql

3 lines
64 B
MySQL
Raw Normal View History

2023-08-27 17:16:10 +02:00
-- This file should undo anything in `up.sql`
DROP TABLE users;