https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #70 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
