From ad43aa9135bde83c309f9bcf33701bfec1ef0766 Mon Sep 17 00:00:00 2001 From: toins Date: Fri, 8 Jun 2007 09:40:12 +0000 Subject: [PATCH] bug fix : items.homebranch must be VARCHAR(10) --- updater/updatedatabase | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index bccb5e3d1d..cd47df0f1e 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -566,7 +566,7 @@ my %tabledata = ( { uniquefieldrequired => 'id', category => 'SUGGEST', - authorised_value => 'Not enoug budget', + authorised_value => 'Not enough budget', lib => 'This book it too much expensive', } ], @@ -940,6 +940,14 @@ my %fielddefinitions = ( default => '', extra => '', }, + { + field => 'homebranch', + type => 'varchar(10)', + null => 'NULL', + key => '', + default => '', + extra => '', + }, { field => 'holdingbranch', type => 'varchar(10)', @@ -2034,6 +2042,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.166 2007/06/08 09:40:12 toins +# bug fix : items.homebranch must be VARCHAR(10) +# # Revision 1.165 2007/05/23 16:33:10 tipaul # skip move to innoDB for the 4 22 tables, that are used to store MARC records, are useless in Koha 3.0 The process is very very long, so the updatedatabase should speed up a lot (by long I mean 1 hour on my Dual core with SCSI disk, for a 50 000 biblios long table # -- 2.39.5