VirtualOrganization notif index
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 26 Feb 2008 09:56:27 +0000 (09:56 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 26 Feb 2008 09:56:27 +0000 (09:56 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql

index 4a65ff3..37afcd7 100644 (file)
@@ -114,10 +114,12 @@ create table notif_registrations (
 
        `STD_owner`     varchar(200)    null,
        `STD_network_server`    varchar(200)    null,
+       `JDL_VirtualOrganization`       varchar(200)    null,
 
        primary key (notifid),
        index (`STD_owner`),
-       index (`STD_network_server`)
+       index (`STD_network_server`),
+       index (`JDL_VirtualOrganization`)
 ) engine=innodb;
 
 create table notif_jobs (