after reading the documentation, crazy right? I figured out i was making my life hard, this makes my life easy again
4 lines
139 B
SQL
4 lines
139 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX idx_unique_username_active;
|
|
DROP INDEX idx_unique_email_active;
|
|
DROP TABLE users;
|