Koha/installer/data/mysql/ru-RU/optional
Jonathan Druart ed10e5226c Bug 11939: set active currency for non-English sample data
Revised Test Plan
-----------------
The following SQL commands were used to test this.

installer/data/mysql/en/optional/parameters.sql is part of the
first patch and didn't really need testing again.

installer/data/mysql/de-DE/optional/parameters.sql is not part
of the patch, but since I was playing with the script, which
is also attached here, it was included for good measure.

use kohadata;
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE currency;
source /home/mtompset/kohaclone/installer/data/mysql/pl-PL/optional/parameters.sql
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE currency;
source /home/mtompset/kohaclone/installer/data/mysql/es-ES/optional/parameters.sql
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=0;
TRUNCATE currency;
source /home/mtompset/kohaclone/installer/data/mysql/de-DE/optional/parameters.sql
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE currency;
source /home/mtompset/kohaclone/installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE currency;
source /home/mtompset/kohaclone/installer/data/mysql/en/optional/parameters.sql

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-03-25 15:03:16 +00: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 11939: set active currency for non-English sample data 2014-03-25 15:03:16 +00: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 5370: Fix references to koha.org and other old websites 2010-11-07 19:50:52 +13: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 Updated Russian SQL files 2010-02-26 22:51:29 +13:00
z39-50servers_collection.txt fixed permissions on ru-RU and uk-UA installer SQL files 2009-05-21 06:52:59 -05:00