mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Replaced wrong mysql column type
This commit is contained in:
parent
adaefc8628
commit
26cd5d9643
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE users_organizations
|
||||
ADD COLUMN reset_password_key VARCHAR(255);
|
||||
ADD COLUMN reset_password_key TEXT;
|
||||
|
|
Loading…
Reference in a new issue