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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
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/