mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-27 14:03:57 +00:00
initial mysql support
This commit is contained in:
parent
badd22ac3d
commit
ff759397f6
55 changed files with 454 additions and 21 deletions
3
migrations/sqlite/2018-09-10-111213_add_invites/up.sql
Normal file
3
migrations/sqlite/2018-09-10-111213_add_invites/up.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
CREATE TABLE invitations (
|
||||
email TEXT NOT NULL PRIMARY KEY
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue