Browse Source

mohqueue: remove sql table call_time column's default value

it is not supported in some database properly, and it is not
really needed.
Robert Boisvert 12 năm trước cách đây
mục cha
commit
456c387e08
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/srdb1/schema/mohqcalls.xml

+ 0 - 1
lib/srdb1/schema/mohqcalls.xml

@@ -64,7 +64,6 @@
   <column id="call_time">
   <column id="call_time">
     <name>call_time</name>
     <name>call_time</name>
     <type>datetime</type>
     <type>datetime</type>
-    <default db="oracle">to_date('','yyyy-mm-dd hh24:mi:ss')</default>
     <description>time when call first entered queue</description>
     <description>time when call first entered queue</description>
   </column>
   </column>