From 34410c5476951d0e4bbbac695c6f23ab5ce4fe4f Mon Sep 17 00:00:00 2001
From: Robert Boisvert <rdboisvert@gmail.com>
Date: Tue, 29 Oct 2013 18:10:25 -0400
Subject: [PATCH] removed call_time default value

---
 lib/srdb1/schema/mohqcalls.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/srdb1/schema/mohqcalls.xml b/lib/srdb1/schema/mohqcalls.xml
index 6c99ec2..6c45c59 100644
--- a/lib/srdb1/schema/mohqcalls.xml
+++ b/lib/srdb1/schema/mohqcalls.xml
@@ -64,7 +64,6 @@
   <column id="call_time">
     <name>call_time</name>
     <type>datetime</type>
-    <default db="oracle">to_date('','yyyy-mm-dd hh24:mi:ss')</default>
     <description>time when call first entered queue</description>
   </column>
 
-- 
1.7.2.3.msysgit.0

