瀏覽代碼

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

schema: allow null in active_watchers reason
Daniel-Constantin Mierla 7 年之前
父節點
當前提交
09cd77a9f3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>