Module: sip-router
Branch: 3.1
Commit: 8b801716e9f86950a9ec3a7b54374963e890dbfa
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b80171…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Jul 31 19:04:43 2011 +0300
lib/srdb1/schema: removed index that included missing columns
(cherry picked from commit 27f722f44ac080df47bb4c64e513f50be611aa7a)
---
lib/srdb1/schema/pipelimit.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/lib/srdb1/schema/pipelimit.xml b/lib/srdb1/schema/pipelimit.xml
index 5ae2bb6..71941d9 100644
--- a/lib/srdb1/schema/pipelimit.xml
+++ b/lib/srdb1/schema/pipelimit.xml
@@ -52,10 +52,4 @@
<description>Pipe limit (hits per second)</description>
</column>
- <index>
- <name>account_idx</name>
- <colref linkend="username"/>
- <colref linkend="domain"/>
- </index>
-
</table>