From 63cb28be6aa94ec38badf0bd9f9fcf533f57d74c Mon Sep 17 00:00:00 2001 From: tonnesen Date: Tue, 12 Nov 2002 17:30:35 +0000 Subject: [PATCH] change bookfundid to primary key in aqbookfund --- updater/updatedatabase | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index f258910781..8bc4d7db9f 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -176,6 +176,9 @@ my %fielddefinitions=( printers => [ { field => 'printername', type => 'char(40)', null => '', key => 'PRI', default => '' }, ], +aqbookfund => [ + { field => 'bookfundid', type => 'char(5)', null => '', key => 'PRI', default => '' }, + ], z3950servers => [ { field => 'id', type => 'int', null => '', key => 'PRI', default => '', extra => 'auto_increment' }, ], @@ -421,6 +424,9 @@ $dbh->disconnect; exit; # $Log$ +# Revision 1.4.2.29 2002/11/12 17:30:35 tonnesen +# change bookfundid to primary key in aqbookfund +# # Revision 1.4.2.28 2002/11/05 22:53:28 tonnesen # Removed set_date (reservedate already provides that functionality). # -- 2.39.5