http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207
--- Comment #4 from Zeno Tajoli <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
