#2235 uses a post_migrate hook to fix its issue in order to make the fix backport-able. Going forward, let's replace that with an actual migration, in order to make it clear what's going on, and to execute the ALTER only once on new installs/upgrades.