diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 3a4d1643d9..97366f9985 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -60,5 +60,17 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_category'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_version'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_enabled'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $z++; ?> \ No newline at end of file