[sr-dev] git:master:09cd77a9: Merge pull request #1345 from kamailio/lazedo-patch-2

GitHub noreply at github.com
Sat Dec 9 09:20:06 CET 2017


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2017-12-09T09:20:00+01:00

Merge pull request #1345 from kamailio/lazedo-patch-2

schema: allow null in active_watchers reason

---

Modified: src/lib/srdb1/schema/pr_active_watchers.xml

---

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

---

diff --git a/src/lib/srdb1/schema/pr_active_watchers.xml b/src/lib/srdb1/schema/pr_active_watchers.xml
index 7f064b9c70..8e4fd0604d 100644
--- a/src/lib/srdb1/schema/pr_active_watchers.xml
+++ b/src/lib/srdb1/schema/pr_active_watchers.xml
@@ -153,6 +153,7 @@
         <name>reason</name>
         <type>string</type>
         <size>&user_len;</size>
+        <null/>
         <description>Reason</description>
     </column>
 




More information about the sr-dev mailing list