Koha/installer/data/mysql/it-IT/necessari
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
..
auth_val.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
auth_val.txt
class_sources.sql
class_sources.txt
csv_profiles.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
csv_profiles.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
message_transport_types.sql Bug 12298: The "feed" MTT does not seem to be used and can be removed 2014-11-25 17:14:50 -03:00
message_transport_types.txt
notices.sql Bug 13199: Add missing notices for several installations 2014-11-20 09:47:50 -03:00
notices.txt
parameters.sql Bug 11954 - Clean up currency default files 2015-02-09 15:47:24 -03:00
parameters.txt
patron_categories.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
patron_categories.txt
sample_creator_data.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_creator_data.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_frequencies.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_frequencies.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql Bug 7245 Tables population with mandatory data for italian installation 2011-12-13 14:32:22 +01:00
sample_itemtypes.txt
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt
sample_notices_message_attributes.sql Bug 5462: Update of the italian sql files The bug is about strings that are used as variables by Template::Toolkit The strings need to be like valid perl variable names. To fix the bug we need to fix also .sql files. Others .sql files are OK. Italian .sql file needs this fix 2011-07-15 10:59:19 +12:00
sample_notices_message_attributes.txt
sample_notices_message_transports.sql
sample_notices_message_transports.txt
sample_numberpatterns.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_numberpatterns.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_quotes.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_quotes.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
stopwords.sql
stopwords.txt
system_preferences.sql Bug 10012: remove last traces of NoZebra 2014-03-12 14:07:07 +00:00
userflags.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
userflags.txt
userpermissions.sql Bug 7673 [Terminology follow-up] New patron permissions to manage items 2014-11-11 12:27:28 -03:00
userpermissions.txt