removed attributes from feeds table - one attribute set for all feeds
authorJiří Sitera <sitera@civ.zcu.cz>
Tue, 27 Sep 2005 11:22:27 +0000 (11:22 +0000)
committerJiří Sitera <sitera@civ.zcu.cz>
Tue, 27 Sep 2005 11:22:27 +0000 (11:22 +0000)
org.glite.jp.index/config/glite-jp-index-dbsetup.sql

index 20e51ae..231627a 100644 (file)
@@ -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),