From: Jiří Sitera Date: Tue, 27 Sep 2005 11:22:27 +0000 (+0000) Subject: removed attributes from feeds table - one attribute set for all feeds X-Git-Tag: gridsite-core_R_1_1_12~82 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=30450e592fad645b1db47370e1cfacbc03a8b929;p=jra1mw.git removed attributes from feeds table - one attribute set for all feeds --- diff --git a/org.glite.jp.index/config/glite-jp-index-dbsetup.sql b/org.glite.jp.index/config/glite-jp-index-dbsetup.sql index 20e51ae..231627a 100644 --- a/org.glite.jp.index/config/glite-jp-index-dbsetup.sql +++ b/org.glite.jp.index/config/glite-jp-index-dbsetup.sql @@ -29,7 +29,6 @@ create table feeds ( locked int not null, source varchar(255) not null, expires datetime, - attrs mediumblob null, condition mediumblob null, primary key (uniqueid),