https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35451 --- Comment #30 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 173424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173424 Bug 35451: Schema Review of attachment 173424: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35451&attachment=173424) ----------------------------------------------------------------- ::: 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 -- You are receiving this mail because: You are watching all bug changes.