This website requires JavaScript.
Explore
Help
Sign In
Roflin
/
gamenight
Watch
1
Star
0
Fork
2
You've already forked gamenight
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
df8b553345
gamenight
/
backend
/
migrations
/
2022-04-17-175115_user-system
/
down.sql
4 lines
79 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-03-20 10:55:30 +01:00
-- This file should undo anything in `up.sql`
Added a user system with no proper user validation but working authorisation.
2022-03-29 19:32:21 +02:00
drop
table
user
;
drop
table
pwd
;
Reference in New Issue
Copy Permalink