3 lines
81 B
MySQL
3 lines
81 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE users;
|
||
|
DROP TABLE links;
|