Module: kamailio Branch: master Commit: 741f7c08a86fc101a4f0290192dcbacff1673575 URL: https://github.com/kamailio/kamailio/commit/741f7c08a86fc101a4f0290192dcbacf...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2019-04-02T11:28:05+02:00
lib/srdb1: update location types for db_redis
changed introduced directly at c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea
---
Modified: src/lib/srdb1/schema/location.xml
---
Diff: https://github.com/kamailio/kamailio/commit/741f7c08a86fc101a4f0290192dcbacf... Patch: https://github.com/kamailio/kamailio/commit/741f7c08a86fc101a4f0290192dcbacf...
---
diff --git a/src/lib/srdb1/schema/location.xml b/src/lib/srdb1/schema/location.xml index f951f1f4e0..f923394144 100644 --- a/src/lib/srdb1/schema/location.xml +++ b/src/lib/srdb1/schema/location.xml @@ -89,6 +89,7 @@ <column id="expires"> <name>expires</name> <type>datetime</type> + <type db="db_redis">time</type> <default>&DEFAULT_ALIASES_EXPIRES;</default> <default db="oracle">to_date('&DEFAULT_ALIASES_EXPIRES;','yyyy-mm-dd hh24:mi:ss')</default> <description>Date and time when this entry expires.</description> @@ -121,6 +122,7 @@ <column> <name>last_modified</name> <type>datetime</type> + <type db="db_redis">time</type> <default>&DEFAULT_DATETIME;</default> <default db="oracle">to_date('&DEFAULT_DATETIME;','yyyy-mm-dd hh24:mi:ss')</default> <description>Date and time when this entry was last modified.</description>