Update app_config.php
This commit is contained in:
parent
41bff83939
commit
6e787b6c25
|
|
@ -127,6 +127,9 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_destinations";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "destination_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_ignore_busy";
|
||||
|
|
|
|||
Loading…
Reference in New Issue