[Koha-bugs] [Bug 34789] Fix typo in erm_eholdings_titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 19 08:54:03 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34789

Andrii Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nugged at gmail.com

--- Comment #21 from Andrii Nugged <nugged at 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.


More information about the Koha-bugs mailing list