This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-11-09 23:31:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d2745195e
vaultwarden
/
migrations
/
mysql
/
2018-09-10-111213_add_invites
/
up.sql
4 lines
76 B
MySQL
Raw
Normal View
History
Unescape
Escape
Implement poor man's invitation via Organization invitation
2018-09-10 13:51:40 +00:00
CREATE
TABLE
invitations
(
Rework migrations for MySQL
2019-05-20 19:12:41 +00:00
email
VARCHAR
(
255
)
NOT
NULL
PRIMARY
KEY
)
;
Reference in New Issue
Copy Permalink