Skip to content

Commit

Permalink
lib/srdb1: update location types for db_redis
Browse files Browse the repository at this point in the history
changed introduced directly at c9f2aa7

(cherry picked from commit 741f7c0)
  • Loading branch information
linuxmaniac committed Apr 2, 2019
1 parent 703b090 commit 0853dd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/srdb1/schema/location.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 0853dd4

Please sign in to comment.