gamenight/backend/migrations/2022-03-19-191822_initial/down.sql

4 lines
92 B
MySQL
Raw Normal View History

2022-03-20 10:55:30 +01:00
-- This file should undo anything in `up.sql`
drop table gamenight;
drop table known_games;