https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34789 Andrii Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #21 from Andrii Nugged <nugged@gmail.com> --- NOTE but it might be very urgent: I am making our regular "piloting production build", we're following 23.05, and here is the issue we just bumped into: ALTER TABLE erm_eholdings_titles RENAME COLUMN preceding_publication_title_id TO preceding_publication_title_id; This gives an atomic update error on older mariaDB because it appeared only: RENAME COLUMN: MariaDB starting with 10.5.2 Older compatible syntax probably should be: ALTER TABLE erm_eholdings_titles CHANGE COLUMN ... -- You are receiving this mail because: You are watching all bug changes.