Module: sip-router Branch: master Commit: b91f07fce16f5feb0c31f7af59ab9351e274221f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b91f07fc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Sep 5 10:04:14 2013 +0200
lib/srdb1: added id for definition of column start_time in acc_cdrs table
---
lib/srdb1/schema/acc_cdrs.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/acc_cdrs.xml b/lib/srdb1/schema/acc_cdrs.xml index ed893e5..22cba14 100644 --- a/lib/srdb1/schema/acc_cdrs.xml +++ b/lib/srdb1/schema/acc_cdrs.xml @@ -26,7 +26,7 @@ <description>unique ID</description> </column>
- <column> + <column id="start_time"> <name>start_time</name> <type>string</type> <size>32</size>