http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11954 --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 33688 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33688&action=edit Bug 11954 - Clean up currency default files It makes no sense to have TRUNCATE or foreign key checks. TEST PLAN --------- 1) Back up your database 2) in an mysql client: use kohadata; SET FOREIGN_KEY_CHECKS=0; TRUNCATE currency; source /home/mtompset/kohaclone/installer/data/mysql/ru-RU/optional/sample_currency.sql SET FOREIGN_KEY_CHECKS=0; TRUNCATE currency; source /home/mtompset/kohaclone/installer/data/mysql/uk-UA/optional/sample_currency.sql SET FOREIGN_KEY_CHECKS=0; TRUNCATE currency; source /home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/parameters.sql SET FOREIGN_KEY_CHECKS=1; QUIT -- These should all work without problem. 3) Restore database -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.