فهرست منبع

lib/srdb1: update location types for db_redis

changed introduced directly at c9f2aa71b2e0d4a4f71b3da92f97306e86f93eea
Victor Seva 6 سال پیش
والد
کامیت
741f7c08a8
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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>