MT#12707 - malicious_calls: add source field

Change-Id: I280a05087db2fe048c1a51f15172d6bc360e5039
changes/50/2650/3
Kirill Solomko 10 years ago
parent 8295f2b4c6
commit 35cafa15d9

@ -30,6 +30,8 @@ __PACKAGE__->add_columns(
{ data_type => "decimal", is_nullable => 0, size => [13,3] }, { data_type => "decimal", is_nullable => 0, size => [13,3] },
"duration", "duration",
{ data_type => "decimal", is_nullable => 0, size => [13,3] }, { data_type => "decimal", is_nullable => 0, size => [13,3] },
"source",
{ data_type => "varchar", is_nullable => 1, size => 255 },
"reported_at", "reported_at",
{ {
data_type => "timestamp", data_type => "timestamp",

Loading…
Cancel
Save