From a62eca986309571f04cb96c7489f12ce9d9e129c Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 26 Nov 2002 15:04:54 +0000 Subject: [PATCH] road to 1.3.2. Updating db structure during installation --- updater/updatedatabase | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index a3cc10310d..b0c93c0842 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -99,8 +99,7 @@ my %requiretables=( userid char(100) NOT NULL default '', ip char(18) NOT NULL default '', url text NOT NULL default '' )", - bibliothesaurus=> "( CREATE TABLE bibliothesaurus ( - id bigint(20) NOT NULL auto_increment, + bibliothesaurus=> "( id bigint(20) NOT NULL auto_increment, freelib char(255) NOT NULL default '', stdlib char(255) NOT NULL default '', category char(10) NOT NULL default '', @@ -168,6 +167,7 @@ my %requiretables=( libopac char(255) NOT NULL default '', repeatable tinyint(4) NOT NULL default '0', mandatory tinyint(4) NOT NULL default '0', + authorised_value char(10) default NULL, PRIMARY KEY (tagfield) )", marc_word => "( @@ -526,6 +526,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.27 2002/11/26 15:04:54 tipaul +# road to 1.3.2. Updating db structure during installation +# # Revision 1.26 2002/11/12 17:42:40 tonnesen # Merged some features over from rel-1-2, including primary key checking. # -- 2.39.2