Time to start using jsonb in the xml cdr table.
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
$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'] = "json";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "json";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "json";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "jsonb";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user