Browse Source

Added "father" column to bibliothesaurus table

3.0.x
wolfpac444 21 years ago
parent
commit
0ceb10e7ab
  1. 4
      updater/updatedatabase

4
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
#

Loading…
Cancel
Save