Skip to content

Commit

Permalink
lib/srdb1/schema: fix defaults acc_cdrs introduced by 045e2f5
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Apr 21, 2015
1 parent d6472f2 commit 4295f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/srdb1/schema/acc_cdrs.xml
Expand Up @@ -30,22 +30,22 @@
<name>start_time</name>
<type>datetime</type>
<description>Start date and time</description>
<default/>
<default>2000-01-01 00:00:00</default>
</column>

<column>
<name>end_time</name>
<type>datetime</type>
<description>End date and time</description>
<default/>
<default>2000-01-01 00:00:00</default>
</column>

<column>
<name>duration</name>
<type>float</type>
<size>10,3</size>
<description>Duration</description>
<default/>
<default>0</default>
</column>

<index>
Expand Down

0 comments on commit 4295f79

Please sign in to comment.