Module: kamailio Branch: master Commit: 09cd77a9f366d4a534274f0fa7d5ef663c97077e URL: https://github.com/kamailio/kamailio/commit/09cd77a9f366d4a534274f0fa7d5ef663c97077e
Author: Daniel-Constantin Mierla <[email protected]> Committer: GitHub <[email protected]> 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> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
