1
0
Fork 0
This repository has been archived on 2023-03-27. 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
MySQL
Raw Normal View History

2020-10-14 16:36:24 -04:00
-- This file should undo anything in `up.sql`
2020-10-14 20:48:19 -04:00
DROP INDEX index_users_on_username;
2020-10-14 16:36:24 -04:00
DROP TABLE users;