Koha/installer/data/mysql/uk-UA/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 Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
example_branches.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
holidays.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
holidays.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
library_item_types.sql Bug 4915: Remove renewalsallowed from sample_itemtypes.sql 2010-07-01 19:29:25 -04:00
library_item_types.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04: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 Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_categories.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
print_labels.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
print_labels.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_cities.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_cities.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_currency.sql Bug 11954 - Clean up currency default files 2015-02-09 15:47:24 -03:00
sample_currency.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04: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 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.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04: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 Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00