gamenight/backend/migrations/2022-04-17-175115_user-system/down.sql

4 lines
80 B
MySQL
Raw Normal View History

2022-03-20 10:55:30 +01:00
-- This file should undo anything in `up.sql`
2022-04-21 19:44:42 +02:00
drop table pwd;
drop table users;