Koha/installer/data/mysql
Paul Poulain b5474b7f95 Bug 9064: fix statistics.ccode column
From updatedatabase.pl:
    $dbh->do("ALTER TABLE statistics ADD COLUMN ccode VARCHAR ( 10 ) NULL AFTER associatedborrower");
From kohastructure.sql:
  `ccode` int(11) default NULL, -- foreign key from the items table, links transaction to a specific collection code

The variant in updatedatabase.pl is probably what was wanted.

This patch fixes the kohastructure and add another updatedatabase.pl, in case someone has a broken install.
This should not happen, because 3.10.0 still not released, but just in case...

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2012-11-22 09:01:30 -05:00
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 9024: Fix typo 2012-11-20 14:14:09 -05:00
en Bug 9023: Update installer text files 2012-11-20 08:05:04 -05:00
es-ES Bug 9023: Remove NY Z39.50 servers from installer txt files 2012-11-20 08:04:06 -05:00
fr-FR Bug 8441: hides MODS export by default in French install 2012-10-10 16:56:09 +02:00
it-IT bug_8083: parameters subpermissions: manage_circ_rules and parameters_remaining_permissions 2012-07-23 10:43:59 +02:00
nb-NO Bug 9020 - Translate new permissions for 3.10 nb-NO 2012-11-20 07:59:16 -05:00
pl-PL Bug 9023: Remove NY Z39.50 servers from installer txt files 2012-11-20 08:04:06 -05:00
ru-RU bug_8083: parameters subpermissions: manage_circ_rules and parameters_remaining_permissions 2012-07-23 10:43:59 +02:00
uk-UA bug_8083: parameters subpermissions: manage_circ_rules and parameters_remaining_permissions 2012-07-23 10:43:59 +02:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 9064: fix statistics.ccode column 2012-11-22 09:01:30 -05:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
sysprefs.sql Bug 8724 - Upgrade from NoZebra installs is broken 2012-10-22 14:55:17 +02:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 9064: fix statistics.ccode column 2012-11-22 09:01:30 -05:00