[rhmessaging-commits] rhmessaging commits: r2136 - mgmt/mint/sql.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Jun 5 18:05:26 EDT 2008


Author: nunofsantos
Date: 2008-06-05 18:05:26 -0400 (Thu, 05 Jun 2008)
New Revision: 2136

Modified:
   mgmt/mint/sql/indexes.sql
Log:
recover indexes overwritten on earlier commit

Modified: mgmt/mint/sql/indexes.sql
===================================================================
--- mgmt/mint/sql/indexes.sql	2008-06-05 21:53:57 UTC (rev 2135)
+++ mgmt/mint/sql/indexes.sql	2008-06-05 22:05:26 UTC (rev 2136)
@@ -0,0 +1,7 @@
+create index queue_vhost_id_idx on queue (vhost_id);
+create index exchange_vhost_id_idx on exchange (vhost_id);
+create index client_vhost_id_idx on client_connection (vhost_id);
+
+create index queue_stats_queue_id_idx on queue_stats (queue_id);
+create index exchange_stats_exchange_id_idx on exchange_stats (exchange_id);
+create index client_stats_client_id_idx on client_connection_stats (client_connection_id);




More information about the rhmessaging-commits mailing list