[Koha-bugs] [Bug 15207] Error on upgrade from 3.20.5 to 3.22 beta

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 14:27:43 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207

--- Comment #4 from Zeno Tajoli <z.tajoli at cineca.it> ---
About the first error:

The motivation of the error is that in 3.20.5 the second constraint on the
table
 course_reserves is present in its version onf kohastructure.sql:

`course_reserves_ibfk_2` FOREIGN KEY (`ci_id`) REFERENCES `course_items`
(`ci_id`) ON DELETE CASCADE ON UPDATE CASCADE
in
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=installer/data/mysql/kohastructure.sql;h=52eb88d1c35a3cfd825cd16412b49929ab6153ae;hb=refs/heads/3.20.x#l627

We can see here:
http://stackoverflow.com/questions/12623651/error-error-1005-cant-create-table-errno-121

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list