Improve functionality for Drone CI

This commit is contained in:
arberkatellari
2023-09-15 02:52:03 -04:00
committed by Dan Christian Bogos
parent 49f0fa439c
commit e957ae00f4
19 changed files with 436 additions and 343 deletions

View File

@@ -18,7 +18,7 @@ CREATE TABLE cdrs (
subject varchar(128) NOT NULL,
destination varchar(128) NOT NULL,
setup_time datetime NOT NULL,
answer_time datetime NULL,
answer_time datetime NOT NULL,
`usage` BIGINT NOT NULL,
extra_fields text NOT NULL,
cost_source varchar(64) NOT NULL,