From: tipaul Date: Tue, 21 Jan 2003 09:03:27 +0000 (+0000) Subject: bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. Please fix... X-Git-Tag: R_1-9-0~158 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=219c8df7d1ce31869b9c57ade977fc3a11f11187;p=koha_fer bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. Please fix your DB if you installed 1.3.3) --- diff --git a/updater/updatedatabase b/updater/updatedatabase index 6a2a15ce73..cb7d18953f 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -194,6 +194,7 @@ my %requiretables=( authorised_values => "(id int(11) NOT NULL auto_increment, category char(10) NOT NULL default '', authorised_value char(80) NOT NULL default '', + lib char(80) NULL, PRIMARY KEY (id), KEY name (category) )", @@ -531,6 +532,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.33 2003/01/21 09:03:27 tipaul +# bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. Please fix your DB if you installed 1.3.3) +# # Revision 1.32 2003/01/16 10:29:45 tipaul # adding a MARC parameter in systempref ( which is ON or OFF) # the search will be a marc search if MARC=ON