From c22973263045f5d923d36221c1aadc1ecd1bbffe Mon Sep 17 00:00:00 2001 From: hdl Date: Thu, 19 Jul 2007 10:21:22 +0000 Subject: [PATCH] Adding some new fields to biblioitems: collectiontitle collectionissn collectionvolume Changing publicationyear to text. --- updater/updatedatabase | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 441fba8dd0..26606edead 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -739,6 +739,49 @@ my %fielddefinitions = ( default => '', extra => '', }, + { + field => 'publicationyear', + type => 'text', + null => 'null', + default => '', + extra => '', + }, + { + field => 'collectiontitle', + type => 'mediumtext', + null => 'null', + default => '', + extra => '', + }, + { + field => 'collectionissn', + type => 'mediumtext', + null => 'null', + default => '', + extra => '', + }, + { + field => 'collectionvolume', + type => 'mediumtext', + null => 'null', + default => '', + extra => '', + }, + { + field => 'editionstatement', + type => 'text', + null => 'null', + default => '', + extra => '', + }, + { + field => 'editionresponsability', + type => 'text', + null => 'null', + default => '', + extra => '', + }, + ], deletedbiblioitems => [ { @@ -2056,6 +2099,15 @@ $sth->finish; exit; # $Log$ +# Revision 1.172 2007/07/19 10:21:22 hdl +# Adding some new fields to biblioitems: +# collectiontitle +# collectionissn +# collectionvolume +# +# +# Changing publicationyear to text. +# # Revision 1.171 2007/07/02 02:30:16 rangi # Fix for bug 1296, making surnames uppercase a systems preference # -- 2.39.5