From c5c559fc55c2751006716a3d0bf5e858c6f8bbff Mon Sep 17 00:00:00 2001 From: amillar Date: Fri, 14 Jun 2002 05:24:58 +0000 Subject: [PATCH] add websites table --- updater/updatedatabase | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index 76895e2425..87673e1253 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -53,6 +53,12 @@ my %requiretables=( active smallint)", branchrelations=>"( branchcode varchar(4), categorycode varchar(4))", + websites=>"( websitenumber int(11) NOT NULL auto_increment, + biblionumber int(11) NOT NULL default '0', + title text, + description text, + url varchar(255), + PRIMARY KEY (websitenumber) )", ); #------------------- -- 2.39.2