This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
Watch
1
Star
0
Fork
You've already forked vaultwarden
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93da5091e6
vaultwarden
/
migrations
/
sqlite
/
2018-09-10-111213_add_invites
/
up.sql
3 lines
67 B
SQL
Raw
Blame
History
CREATE
TABLE
invitations
(
email
TEXT
NOT
NULL
PRIMARY
KEY
)
;
Reference in New Issue
View Git Blame
Copy Permalink