4 lines
79 B
SQL
4 lines
79 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
drop table user;
|
|
drop table pwd; |