Koha/installer/data/mysql/ru-RU/optional
Mark Tompsett 3cf7194335 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.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-02-09 15:47:24 -03:00
..
example_branches.sql Updated Russian SQL files 2010-02-26 22:51:29 +13:00
example_branches.txt Updated Russian SQL files 2010-02-26 22:51:29 +13:00
holidays.sql fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
holidays.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
library_item_types.sql Bug 10969: Fix sample itemtypes for translated installers 2013-10-20 18:46:45 +00:00
library_item_types.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
patron_atributes.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_atributes.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_categories.sql fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
patron_categories.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
print_labels.sql fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
print_labels.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_cities.sql fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_cities.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_currency.sql Bug 11954 - Clean up currency default files 2015-02-09 15:47:24 -03:00
sample_currency.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_notices.sql Bug 5347: Adds columns claims_count and claimed_date in aqorders 2012-01-20 14:12:27 +01:00
sample_notices.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_user_suggestions.sql fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
sample_user_suggestions.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00
z39-50servers_collection.sql Bug 13224: use TOUT-UF8 base for z3950 BNF server 2014-11-10 11:25:15 -03:00
z39-50servers_collection.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00