Time to start using jsonb in the xml cdr table.
This commit is contained in:
parent
960875e88a
commit
57bbc8f7f7
|
|
@ -129,7 +129,7 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$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']['mysql'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue