From 29cd5775246a8226babfb5a440a1be7f892371d5 Mon Sep 17 00:00:00 2001 From: toins Date: Fri, 15 Jun 2007 13:09:08 +0000 Subject: [PATCH] bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be double(8,6). --- updater/updatedatabase | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index cd47df0f1e..1bef8772dd 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -743,6 +743,22 @@ my %fielddefinitions = ( default => '', extra => '', }, + { + field => 'dewey', + type => 'varchar(30)', + null => 'null', + default => '', + extra => '', + }, + ], + deletedbiblioitems => [ + { + field => 'dewey', + type => 'varchar(30)', + null => 'null', + default => '', + extra => '', + }, ], branches => [ { @@ -2042,6 +2058,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.167 2007/06/15 13:09:08 toins +# bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be double(8,6). +# # Revision 1.166 2007/06/08 09:40:12 toins # bug fix : items.homebranch must be VARCHAR(10) # -- 2.39.5