http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390
--- Comment #5 from David Cook <[email protected]> --- I've solved the "ALTER TABLE marc_subfield_structure CHANGE COLUMN seealso seealso text NULL;" issue. It turns out that you need to pass your MySQL version manually through the $sqltargs in create_ddl_dir() so that it can pass through SQL::Translator to SQL::Translator::Producer::MySQL. I did this with the following line within the $sqltarg hashref: producer_args => {mysql_version => '5.5.33'} Of course, I still have the issues with the "timestamp" columns and the dropped indexes. I tried removing the foreign key from `patronimage` but that just caused even more weirdness... Anyway... perhaps I'll keep searching tomorrow... -- 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/
