|
@@ -20,7 +20,7 @@
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
$apps[$x]['description']['pt-br'] = "";
|
|
|
|
|
|
//permission details
|
|
//permission details
|
|
- $y = 0;
|
|
|
|
|
|
+ $y=0;
|
|
$apps[$x]['permissions'][$y]['name'] = "database_view";
|
|
$apps[$x]['permissions'][$y]['name'] = "database_view";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
|
|
$apps[$x]['permissions'][$y]['menu']['uuid'] = "ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
@@ -35,9 +35,10 @@
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
//schema details
|
|
//schema details
|
|
- $y = 0; //table array index
|
|
|
|
- $z = 0; //field array index
|
|
|
|
- $apps[$x]['db'][$y]['table'] = "v_databases";
|
|
|
|
|
|
+ $y=0;
|
|
|
|
+ $apps[$x]['db'][$y]['table']['name'] = "v_databases";
|
|
|
|
+ $apps[$x]['db'][$y]['table']['parent'] = "";
|
|
|
|
+ $z=0;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "database_connection_id";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "database_connection_id";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
@@ -103,4 +104,5 @@
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
|
$z++;
|
|
$z++;
|
|
-?>
|
|
|
|
|
|
+
|
|
|
|
+?>
|