5 lines
102 B
SQL
5 lines
102 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
DROP INDEX index_users_on_username;
|
|
|
|
DROP TABLE users;
|