Module: sip-router Branch: master Commit: 456c387e08ce40ea2c0f1e5e5f94b367ff9fa361 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=456c387e...
Author: Robert Boisvert rdboisvert@gmail.com Committer: Timo Teräs timo.teras@iki.fi Date: Tue Oct 29 18:10:25 2013 -0400
mohqueue: remove sql table call_time column's default value
it is not supported in some database properly, and it is not really needed.
---
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>