3 lines
85 B
SQL
3 lines
85 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE localuser;
|
|
DROP TABLE user;
|