Add the ordinal value for an edge case that requires it when it shouldn't be required.

This commit is contained in:
Mark Crane
2015-02-10 19:44:00 +00:00
parent 1e97324529
commit fce684d4ce
2 changed files with 8 additions and 8 deletions

View File

@@ -54,8 +54,8 @@
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "call_call_broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "call_call_broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "broadcast_uuid";
$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)";