Module: kamailio Branch: 4.4 Commit: d11cc80c3a4a2fdeb446837c550517e4f4a511a9 URL: https://github.com/kamailio/kamailio/commit/d11cc80c3a4a2fdeb446837c550517e4f4a511a9
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: 2016-03-23T16:37:38+02:00 srdb1/schema: removed unique constraint from connection_idx (cherry picked from commit d72ac166b152ca6906248d67e2605d5b283fa01e) --- Modified: lib/srdb1/schema/location.xml --- Diff: https://github.com/kamailio/kamailio/commit/d11cc80c3a4a2fdeb446837c550517e4f4a511a9.diff Patch: https://github.com/kamailio/kamailio/commit/d11cc80c3a4a2fdeb446837c550517e4f4a511a9.patch --- diff --git a/lib/srdb1/schema/location.xml b/lib/srdb1/schema/location.xml index 07c8d58..c22fcaf 100644 --- a/lib/srdb1/schema/location.xml +++ b/lib/srdb1/schema/location.xml @@ -232,7 +232,6 @@ <name>connection_idx</name> <colref linkend="server_id"/> <colref linkend="connection_id"/> - <unique/> </index> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
