Module: kamailio Branch: 5.2 Commit: 0853dd48f40e4d91c207e5f4f01b4edeb34ef187 URL: https://github.com/kamailio/kamailio/commit/0853dd48f40e4d91c207e5f4f01b4edeb34ef187
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2019-04-02T11:30:08+02:00 lib/srdb1: update location types for db_redis changed introduced directly at c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea (cherry picked from commit 741f7c08a86fc101a4f0290192dcbacff1673575) --- Modified: src/lib/srdb1/schema/location.xml --- Diff: https://github.com/kamailio/kamailio/commit/0853dd48f40e4d91c207e5f4f01b4edeb34ef187.diff Patch: https://github.com/kamailio/kamailio/commit/0853dd48f40e4d91c207e5f4f01b4edeb34ef187.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> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
