1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/migrations/2020-10-14-203215_create_users/down.sql

6 lines
102 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX index_users_on_username;
DROP TABLE users;