Add migration script for missing users DEFAULTs #4

Merged
jandd merged 1 commits from bugfix/1549-add-missing-defaults-on-users-table into main 1 year ago

1 Commits (main)

Author SHA1 Message Date
Jan Dittberner 10540621a8 Add migration script for missing users DEFAULTs
This commit adds a migration script to add missing DEFAULT values on the
users table. INSERTs into the users table fail without these DEFAULTs on
MariaDB in strict mode.
1 year ago