This website requires JavaScript.
Explore
Help
Sign In
vividboarder
/
bitwarden_rs
Watch
1
Star
0
Fork
0
You've already forked bitwarden_rs
mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced
2024-11-01 10:56:39 +00:00
Code
Issues
Releases
Wiki
Activity
175f2aeace
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 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