Browse Source

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

schema: allow null in active_watchers reason
Daniel-Constantin Mierla 7 years ago
parent
commit
09cd77a9f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/srdb1/schema/pr_active_watchers.xml

+ 1 - 0
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>