18 Nov
2015
18 Nov
'15
2:27 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207 --- Comment #4 from Zeno Tajoli <z.tajoli@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/mys... We can see here: http://stackoverflow.com/questions/12623651/error-error-1005-cant-create-tab... -- You are receiving this mail because: You are watching all bug changes.