[Koha-bugs] [Bug 11390] DBIx::Class schema deployment script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 20 07:10:20 CET 2014


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

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list