From 9e1f700bcb8f2203dc5a2565c9e0e079fa6bc19d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 4 Dec 2017 01:01:40 -0700 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index bdac390bd0..841efb9d65 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -344,6 +344,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_enabled_date"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_template"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_template"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";