https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002 George Veranis <gveranis@dataly.gr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gveranis@dataly.gr --- Comment #51 from George Veranis <gveranis@dataly.gr> --- 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/0e6d576d70630ba2812ae02461be166c... checks only if the table exists so it skips the creation of the right structure of the table. -- You are receiving this mail because: You are watching all bug changes.