summaryrefslogtreecommitdiff
path: root/security/libpreludedb/files/addIndices.sql
blob: 0d27ada82c7dfe5b8abacea2ec3246c0e08c1dfc (plain)
1
2
3
4
alter table Prelude_Service add index (_message_ident,_parent_type);
alter table Prelude_Service add index (_message_ident);
alter table Prelude_Node add index (_message_ident,_parent_type);
alter table Prelude_Process add index (_message_ident,_parent_type);