Re: [Koha] Migration problem

2018-06-12 Thread Przemek Kosiński
Hi Jonathan, In version 17.11.05 there was no problem when I tried to import the base. Everthing was ok. The problem appeared in 17.11.06. The solution proposed by Jon Turner works very well: Execute two queries in mysql: CREATE TABLE IF NOT EXISTS club_enrollments ( id int(11) NOT

Re: [Koha] Migration problem

2018-06-12 Thread Jonathan Druart
Hi, The table club_enrollments has been added in 16.12.00.027 Do you have other tables with names starting with club_*? How did you migrate? Are you sure there were no errors during the DB upgrade process? Regards, Jonathan On Tue, 12 Jun 2018 at 06:48 Przemek Kosiński wrote: > Hi everyone,