https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35451
--- Comment #43 from Martin Renvoize (ashimema) <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #30) > Comment on attachment 173424 [details] [review] > Bug 35451: Schema > > Review of attachment 173424 [details] [review]: > ----------------------------------------------------------------- > > ::: Koha/Schema/Result/AdditionalFieldValue.pm > @@ +71,5 @@ > > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > > "field_id", > > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, > > + "record_table", > > + { data_type => "varchar", default_value => "", is_nullable => 0, size => > > 255 }, > > The changes on this file should have changed the DBIx checksum This IS the dbic dump patch! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
