2 lines
64 B
SQL
2 lines
64 B
SQL
-- This file should undo anything in `up.sql`
|
|
drop table users;
|
-- This file should undo anything in `up.sql`
|
|
drop table users;
|