This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
fedihub-website
Archived
Watch
1
Star
0
Fork
You've already forked fedihub-website
0
Code
Activity
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.
14e87216bc
fedihub-website
/
migrations
/
2020-10-14-203215_create_users
/
down.sql
6 lines
102 B
MySQL
Raw
Normal View
History
Unescape
Escape
Create database migrations
2020-10-14 16:36:24 -04:00
-- This file should undo anything in `up.sql`
Add unique index on `users.username`
2020-10-14 20:48:19 -04:00
DROP
INDEX
index_users_on_username
;
Create database migrations
2020-10-14 16:36:24 -04:00
DROP
TABLE
users
;
Copy permalink