Przeglądaj źródła

lib/srdb1: update location types for db_redis

changed introduced directly at c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea

(cherry picked from commit 741f7c08a86fc101a4f0290192dcbacff1673575)
Victor Seva 6 lat temu
rodzic
commit
0853dd48f4
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/lib/srdb1/schema/location.xml

+ 2 - 0
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>