From 0ceb10e7abb94a881a9b852f1c52e16e233e5adb Mon Sep 17 00:00:00 2001 From: wolfpac444 Date: Tue, 22 Apr 2003 10:48:27 +0000 Subject: [PATCH] Added "father" column to bibliothesaurus table --- updater/updatedatabase | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 7186b13fac..04faef6c06 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -105,6 +105,7 @@ my %requiretables=( category char(10) NOT NULL default '', level tinyint(4) NOT NULL default '1', hierarchy char(80) NOT NULL default '', + father bigint(20) NOT NULL default '', PRIMARY KEY (id), KEY freelib (freelib), KEY stdlib (stdlib), @@ -545,6 +546,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.40 2003/04/22 10:48:27 wolfpac444 +# Added "father" column to bibliothesaurus table +# # Revision 1.39 2003/04/04 08:45:00 tipaul # last commits before 1.9.1 # -- 2.39.2