Add migration script for missing users DEFAULTs #4

Merged
jandd merged 1 commit from bugfix/1549-add-missing-defaults-on-users-table into main 2023-07-16 20:26:02 +00:00

1 commit

Author SHA1 Message Date
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.
2023-07-14 18:18:49 +02:00