Module: kamailio Branch: master Commit: 2eccc2342b929fea96bd006f386948f483e62d06 URL: https://github.com/kamailio/kamailio/commit/2eccc2342b929fea96bd006f386948f483e62d06
Author: lazedo <[email protected]> Committer: GitHub <[email protected]> Date: 2017-11-29T10:15:27Z schema: allow null in active_watchers reason --- Modified: src/lib/srdb1/schema/pr_active_watchers.xml --- Diff: https://github.com/kamailio/kamailio/commit/2eccc2342b929fea96bd006f386948f483e62d06.diff Patch: https://github.com/kamailio/kamailio/commit/2eccc2342b929fea96bd006f386948f483e62d06.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> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
