This website requires JavaScript.
Explore
Help
Register
Sign In
Tsumanu
/
bitque
Watch
1
Star
0
Fork
0
You've already forked bitque
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
35cf6ebaf9
bitque
/
migrations
/
2020-04-20-071751_add_roles
/
down.sql
3 lines
85 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add invite users page and handle invitation page
2020-04-20 11:22:39 +02:00
ALTER
TABLE
IF
EXISTS
users
DROP
COLUMN
role
;
Upgrade and organize
2023-04-01 22:31:57 +02:00
DROP
TYPE
IF
EXISTS
"
UserRoleMapping
"
;
Reference in New Issue
Copy Permalink