Module: kamailio
Branch: master
Commit: b01d40e86300aa45e147e2526cbe3f43115725e3
URL:
https://github.com/kamailio/kamailio/commit/b01d40e86300aa45e147e2526cbe3f4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-05-08T09:41:42+02:00
lib/srdb1: location table version set to 8 in sql schema
---
Modified: lib/srdb1/schema/location.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/b01d40e86300aa45e147e2526cbe3f4…
Patch:
https://github.com/kamailio/kamailio/commit/b01d40e86300aa45e147e2526cbe3f4…
---
diff --git a/lib/srdb1/schema/location.xml b/lib/srdb1/schema/location.xml
index decd95f..698fcc0 100644
--- a/lib/srdb1/schema/location.xml
+++ b/lib/srdb1/schema/location.xml
@@ -9,7 +9,7 @@
<table id="location"
xmlns:db="http://docbook.org/ns/docbook">
<name>location</name>
- <version>7</version>
+ <version>8</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>Persistent user location information for the usrloc module. More
information can be found at: &KAMAILIO_MOD_DOC;usrloc.html