mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 20:40:20 +03:00
1ee8e44912
PostgreSQL updates/inserts ignored None/null values. This is nice for new entries, but not for updates. Added derive option to allways add these none/null values for Option<> variables. This solves issue #965