Bug 40767 - `RENAME COLUMN` not supported by old DBMS
Summary: `RENAME COLUMN` not supported by old DBMS
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 39837 39838 38663
Blocks:
  Show dependency treegraph
 
Reported: 2025-09-08 10:28 UTC by Jonathan Druart
Modified: 2025-09-09 03:42 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-09-08 10:28:08 UTC
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.