mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-09-17 18:36:21 +03:00
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