This website requires JavaScript.
Explore
Help
Sign In
maximdeclercq
/
rusty-bever
forked from
Chewing_Bever/rusty-bever
Watch
1
Star
0
Fork
You've already forked rusty-bever
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
85cfe6290c
rusty-bever
/
migrations
/
2021-08-20-110251_users-and...
/
down.sql
3 lines
98 B
MySQL
Raw
Normal View
History
Unescape
Escape
Started some auth stuff
2021-08-20 16:52:58 +02:00
-- This file should undo anything in `up.sql`
Removed role system
2021-08-20 22:25:21 +02:00
DROP
TABLE
IF
EXISTS
users
,
refresh_tokens
CASCADE
;