https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002 --- Comment #56 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to George Veranis from comment #51)
Be aware that if you use the koha-plugin-room-reservations plugin, the plugin will create a database table titled "bookings", so the updatedatabase.pl Koha script will fail when it tries to create the table by the same name. Here: https://github.com/Koha-Community/Koha/blob/ 0e6d576d70630ba2812ae02461be166ceb5d451f/installer/data/mysql/db_revs/ 230600061.pl#L13
checks only if the table exists so it skips the creation of the right structure of the table.
The plugin itself has now been updated to no longer conflict.. I'm opening a bug to work on the Koha core side now. -- You are receiving this mail because: You are watching all bug changes.