[sr-dev] git:master:b8d5c7fb: p_usrloc: location.sql missing INSTANCE_COL

Lucian Balaceanu lucian.balaceanu at 1and1.ro
Mon Oct 9 15:07:22 CEST 2017


Module: kamailio
Branch: master
Commit: b8d5c7fbe994bb581c1e78285f08ec1980f6b89f
URL: https://github.com/kamailio/kamailio/commit/b8d5c7fbe994bb581c1e78285f08ec1980f6b89f

Author: Lucian Balaceanu <lucian.balaceanu at 1and1.ro>
Committer: Lucian Balaceanu <lucian.balaceanu at 1and1.ro>
Date: 2017-10-09T16:05:01+03:00

p_usrloc: location.sql missing INSTANCE_COL

---

Modified: src/modules/p_usrloc/location.sql

---

Diff:  https://github.com/kamailio/kamailio/commit/b8d5c7fbe994bb581c1e78285f08ec1980f6b89f.diff
Patch: https://github.com/kamailio/kamailio/commit/b8d5c7fbe994bb581c1e78285f08ec1980f6b89f.patch

---

diff --git a/src/modules/p_usrloc/location.sql b/src/modules/p_usrloc/location.sql
index e729c0f94e..9f39dd4218 100644
--- a/src/modules/p_usrloc/location.sql
+++ b/src/modules/p_usrloc/location.sql
@@ -17,6 +17,7 @@ CREATE TABLE location (
     user_agent VARCHAR(255) DEFAULT '' NOT NULL,
     socket VARCHAR(64) DEFAULT NULL,
     methods INT(11) DEFAULT NULL,
+    instance VARCHAR(255) DEFAULT NULL,
     reg_id INTEGER DEFAULT 0 NOT NULL
 ) ENGINE=MyISAM;
 




More information about the sr-dev mailing list