mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change table name from v_virtual_table_data_types_name_value to v_virtual_table_name_value.
Change field name from virtual_table_data_types_name_value_uuid to virtual_table_name_value_uuid.
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
|
||||
$y = 1; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_virtual_table_data_types_name_value';
|
||||
$apps[$x]['db'][$y]['table'] = 'v_virtual_table_name_values';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_data_types_name_value_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer';
|
||||
@@ -171,7 +171,7 @@
|
||||
$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_data_types_name_value_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_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)';
|
||||
|
||||
Reference in New Issue
Block a user