diff --git a/app/vars/app_config.php b/app/vars/app_config.php index 1e914d3c74..7dfe3452e9 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -81,7 +81,8 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "var_cat"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "var_category"; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "var_cat"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; @@ -98,4 +99,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>