Add migration script for missing users DEFAULTs #4
Loading…
Reference in a new issue
No description provided.
Delete branch "bugfix/1549-add-missing-defaults-on-users-table"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
See https://bugs.cacert.org/view.php?id=1549
Just in case this is relevant, I have reviewed the changes, and they are a PASS insofar that there is no harmful content.
I have not tried to verify that the change fixes the problem.
review passed from my site (as well as from ted regarding his comment to this patch request)