mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-31 23:38:23 +00:00
Implement poor man's invitation via Organization invitation
This commit is contained in:
@@ -113,6 +113,12 @@ table! {
|
||||
}
|
||||
}
|
||||
|
||||
table! {
|
||||
invitations (email) {
|
||||
email -> Text,
|
||||
}
|
||||
}
|
||||
|
||||
table! {
|
||||
users_collections (user_uuid, collection_uuid) {
|
||||
user_uuid -> Text,
|
||||
|
||||
Reference in New Issue
Block a user