updated derived chargers data structures

This commit is contained in:
Radu Ioan Fericean
2015-11-13 16:43:52 +02:00
parent 83c18d469b
commit 72c7df55d8
4 changed files with 9 additions and 7 deletions

View File

@@ -275,6 +275,7 @@ CREATE TABLE tp_derived_chargers (
category VARCHAR(32) NOT NULL,
account VARCHAR(24) NOT NULL,
subject VARCHAR(64) NOT NULL,
destination_ids VARCHAR(64) NOT NULL,
runid VARCHAR(24) NOT NULL,
run_filters VARCHAR(256) NOT NULL,
req_type_field VARCHAR(24) NOT NULL,