https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40767 Bug ID: 40767 Summary: `RENAME COLUMN` not supported by old DBMS Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org installer/data/mysql/db_revs/241200018.pl: $dbh->do(q{ ALTER TABLE additional_field_values RENAME COLUMN new_record_id TO record_id; }); installer/data/mysql/db_revs/241200042.pl: ALTER TABLE aqbookseller_aliases RENAME COLUMN alias_id TO vendor_alias_id; installer/data/mysql/db_revs/241200043.pl: ALTER TABLE aqbookseller_interfaces RENAME COLUMN interface_id TO vendor_interface_id; This block the upgrade for people using old DBMS. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.