4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
|
||
|
drop table gamenight;
|
||
|
drop table known_games;
|