[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-46-gfe29603

Git repo owner gitmaster at git.koha-community.org
Sat Feb 14 07:50:33 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.18.x has been updated
       via  fe29603318a559b90ba302437e92315a16a41042 (commit)
      from  5a310c03ddfff8880c7d607750bc8f52e1f3e5bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe29603318a559b90ba302437e92315a16a41042
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Nov 19 13:28:12 2014 -0500

    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 at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 3cf719433597ad6bf558950270cd564a62164ab4)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/it-IT/necessari/parameters.sql     |    4 ----
 installer/data/mysql/ru-RU/optional/sample_currency.sql |    2 --
 installer/data/mysql/uk-UA/optional/sample_currency.sql |    2 --
 3 files changed, 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list