Add follow_me_prompt field to the database
This commit is contained in:
@@ -162,8 +162,13 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_order";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_order";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user