WP 5 upgrade and ALTER TABLE wp_post … post_password

Maybe I’m blind or I’m overlooking something, but…

I don’t see any tickets related to that subject in any of these releases:

I also don’t see any DB operations in code:

So I don’t think that these ALTERS come with WP.

Maybe some plugin (or theme) is responsible for this.

If I were you, I would create a copy of my site, disable all plugins and set the default theme and then run the WP update. And then I would try to find wich plugin is causing these ALTERS.

Another way is to grep code of your site and search for any ALTERs in the code. ALTERs are not so common, so maybe you’ll find something.