Change data type and add toggle values
This commit is contained in:
@@ -487,7 +487,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_description";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_description";
|
||||||
|
|||||||
@@ -100,7 +100,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_description";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_description";
|
||||||
|
|||||||
@@ -82,7 +82,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain name.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain name.";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the domain.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the domain.";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_description";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_description";
|
||||||
|
|||||||
@@ -103,7 +103,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
||||||
|
|||||||
@@ -220,6 +220,7 @@
|
|||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "add_user";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "add_user";
|
||||||
@@ -346,7 +347,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "boolean";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false'];
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
||||||
|
|||||||
Reference in New Issue
Block a user