This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Vaultwarden
Watch
1
Star
0
Fork
0
You've already forked Vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-11-13 14:32:44 +01:00
Code
Issues
Releases
Activity
ff759397f6
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 15:51:40 +02:00
CREATE
TABLE
invitations
(
Rework migrations for MySQL
2019-05-20 21:12:41 +02:00
email
VARCHAR
(
255
)
NOT
NULL
PRIMARY
KEY
)
;
Copy Permalink