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-12 04:52:47 +01:00
Code
Issues
Releases
Wiki
Activity
2d66292350
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