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

--- Comment #27 from Pedro Amorim <[email protected]> ---
(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?

 (In reply to Pablo AB from comment #25)
> Should be disabled/removed before the upgrade?

That plugin creates and utilizes a database table called 'bookings'.
The DB REV we're discussing here is renaming that table if it already exists,
because the table added in bug 29002 is also named 'bookings'.

In theory, if you uninstall that plugin:
https://github.com/bywatersolutions/koha-plugin-room-reservations/blob/master/Koha/Plugin/Com/MarywoodUniversity/RoomReservations.pm#L248
It should remove all plugin related tables and then the DB rev will no longer
consider renaming anything because 'bookings' will not exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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