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: https://core.trac.wordpress.org/query?status=closed&milestone=5.0&group=component&order=priority https://core.trac.wordpress.org/query?status=closed&milestone=5.0.2&group=component I also don’t see any DB operations in code: https://core.trac.wordpress.org/browser/tags/5.0.2/src/wp-admin/includes/upgrade.php#L1820 https://core.trac.wordpress.org/browser/tags/5.0.2/src/wp-admin/includes/upgrade.php#L1946 So I don’t think that these ALTERS come with WP. Maybe some plugin (or theme) is responsible for this. If … Read more