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

Andrii Nugged <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #21 from Andrii Nugged <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to