https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36424 --- Comment #39 from Pablo AB <pablo.bianchi@gmail.com> --- (In reply to Pedro Amorim from comment #27)
(In reply to Pablo AB from comment #26)
Breaks on RENAME TABLE query on 230600061.pl, but removing the comma (line 5 on the query), then on the first ALTER TABLE. Maybe should be an IF EXIST or DROP TABLEs?
How do we know it's then breaking on the first ALTER TABLE? What's the error?
I added some dirty print "after ALTER"
(In reply to Pablo AB from comment #25) That plugin creates and utilizes a database table called 'bookings'. ... It should remove all plugin related tables and then the DB rev will no longer consider renaming anything because 'bookings' will not exist.
I've uninstalled the plugin and now `koha-mysql $INSTANCE -e 'SHOW TABLES;' | grep book` only returns `aqbooksellers`. --- I disabled and uninstalled the plugin and then followed the upgrade steps (as in comment 20) and finished successfully!! :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.