1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-26 13:54:31 +00:00

Replaced wrong mysql column type

This commit is contained in:
sirux88 2023-02-04 09:23:13 +01:00
commit 26cd5d9643

View file

@ -1,2 +1,2 @@
ALTER TABLE users_organizations
ADD COLUMN reset_password_key VARCHAR(255);
ADD COLUMN reset_password_key TEXT;