https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #70 from Jonathan Druart <jonathan.druart@gmail.com> --- Still a problem https://jenkins.koha-community.org/job/Koha_Main_MariaDB_update/78/console 16:08:12 koha_1 | { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, 16:08:12 koha_1 | "field_id", 16:08:12 koha_1 | { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, 16:08:12 koha_1 | - "record_id", 16:08:12 koha_1 | - { data_type => "varchar", is_nullable => 0, size => 11 }, 16:08:12 koha_1 | "value", 16:08:12 koha_1 | { data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, 16:08:12 koha_1 | + "record_id", 16:08:12 koha_1 | + { data_type => "varchar", default_value => "", is_nullable => 0, size => 11 }, The order is not preserved. -- You are receiving this mail because: You are watching all bug changes.