From 4405ebad74cbb6c876de8ba4682b8e803968c801 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 2 Jun 2006 15:21:40 +0000 Subject: [PATCH] moving dewey to a varchar --- updater/updatedatabase | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index ac146971b7..d18dd5009d 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -1461,6 +1461,16 @@ my %fielddefinitions = ( extra => '' }, ], + biblioitems => [ + { + field => 'dewey', + type => 'varchar(30)', + null => 'NULL', + key => '', + default => '', + extra => '' + }, + ], ); #------------------- @@ -2123,6 +2133,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.44 2006/06/02 15:21:40 tipaul +# moving dewey to a varchar +# # Revision 1.100.2.43 2006/04/27 18:07:40 oleonard # Adding two new system preferences: # -- 2.39.5