From 31bca3c72f9b6fe1e2a927cfc9ea1a0bf28748c4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 7 Nov 2019 22:39:35 -0700 Subject: [PATCH] Update app_config.php --- core/upgrade/app_config.php | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/core/upgrade/app_config.php b/core/upgrade/app_config.php index 300ac3536f..3677338013 100644 --- a/core/upgrade/app_config.php +++ b/core/upgrade/app_config.php @@ -44,38 +44,4 @@ $apps[$x]['permissions'][$y]['name'] = "upgrade_switch"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - //schema details - $y=0; - $apps[$x]['db'][$y]['table']['name'] = "v_software"; - $apps[$x]['db'][$y]['table']['parent'] = ""; - $z=0; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "id"; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial"; - $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer"; - $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "software_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; - $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; - $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "software_name"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwarename"; - $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']['text'] = "software_url"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwareurl"; - $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']['text'] = "software_version"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwareversion"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - -?> \ No newline at end of file +?>