https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35697
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #12 from Katrin Fischer <[email protected]> --- This is the problem you are seeing: Bug 35473 - Core bookings and room reservations plugin tables clash We added a bookings table to Koha not aware that the plugin didn't follow naming conventions and already added a table of the same name. My guess is that you need to rerun the database update manually (the SQL from it) that would create the table Koha expects: installer/data/mysql/db_revs/230600061.pl *** This bug has been marked as a duplicate of bug 35473 *** -- 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/
