Added deprecated to the old field name.

This commit is contained in:
Mark Crane 2012-12-22 20:18:23 +00:00
parent 1a3bb502df
commit 3481c074ea
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_name_value_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_table_name_value_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_table_data_types_name_value_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)';