4 Jan
2021
4 Jan
'21
3:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27331 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #2)
File appears to still be invalid do to unrelated issues: ERROR 1062 (23000) at line 121: Duplicate entry 'COUNTRY-ER' for key 'av_uniq'
INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'ER', 'Érythrée'); INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'ER', 'Allemagne');
Yes, it's related to bug 17809 that I am about to push :) -- You are receiving this mail because: You are watching all bug changes.