This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
MirrorHub
/
bitwarden_rs
Watch
0
Star
0
Fork
You've already forked bitwarden_rs
0
mirror of
https://github.com/dani-garcia/vaultwarden
synced
2024-11-14 22:12:03 +01:00
Code
Issues
Releases
Wiki
Activity
26cd5d9643
bitwarden_rs
/
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
)
;
Reference in a new issue
Copy permalink