[sr-dev] git:master:741f7c08: lib/srdb1: update location types for db_redis
Victor Seva
linuxmaniac at torreviejawireless.org
Tue Apr 2 11:28:10 CEST 2019
Module: kamailio
Branch: master
Commit: 741f7c08a86fc101a4f0290192dcbacff1673575
URL: https://github.com/kamailio/kamailio/commit/741f7c08a86fc101a4f0290192dcbacff1673575
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at 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/741f7c08a86fc101a4f0290192dcbacff1673575.diff
Patch: https://github.com/kamailio/kamailio/commit/741f7c08a86fc101a4f0290192dcbacff1673575.patch
---
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>
More information about the sr-dev
mailing list