http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15053
--- Comment #23 from Bernardo Gonzalez Kriegel <[email protected]> --- (In reply to Jonathan Druart from comment #22) > Second patch does not work: > > mysql koha_empty < installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql > ERROR 1136 (21S01) at line 15: Column count doesn't match value count at row > 1 > > [koha@koha-qa:~/src (BZ15053) ✭]% mysql koha_empty < > installer/data/mysql/ru-RU/optional/print_labels.sql > ERROR 1136 (21S01) at line 19: Column count doesn't match value count at row > 1 > > [koha@koha-qa:~/src (BZ15053) ✭]% mysql koha_empty < > installer/data/mysql/uk-UA/optional/print_labels.sql > ERROR 1136 (21S01) at line 21: Column count doesn't match value count at row > 1 $ git log --oneline | head -4 81c151f Bug 15053: Fix fr-FR, ru-RU and uk-UK sample creator data 9dc6b80 Bug 15053: sample_creator_data.sql now fails during a fresh install 05d3770 Bug 11881: QA follow-up - rename class 5adb226 Bug 11881: Small improvements for Items available for reference $ mysql koha_empty < kohastructure.sql $ mysql koha_empty < ru-RU/optional/print_labels.sql $ mysql koha_empty -e "delete from creator_layouts; delete from creator_templates; delete from printers_profile" $ mysql koha_empty < uk-UA/optional/print_labels.sql $ mysql koha_empty -e "delete from creator_layouts; delete from creator_templates; delete from printers_profile" $ mysql koha_empty < fr-FR/2-Optionel/sample_labels.sql Works for me -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
