1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-11 14:13:56 +00:00

Merge branch 'main' into feature/kdf-options

This commit is contained in:
Daniel García 2023-02-12 19:23:14 +01:00 committed by GitHub
commit 5bcee24f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 831 additions and 463 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE users_organizations
ADD COLUMN reset_password_key TEXT;

View file

@ -0,0 +1,2 @@
ALTER TABLE users_organizations
ADD COLUMN reset_password_key TEXT;

View file

@ -0,0 +1,2 @@
ALTER TABLE users_organizations
ADD COLUMN reset_password_key TEXT;