Expanded the automatic DB update feature, to insure that any changes to a field name/datatype/lenght will now also create a DB update, resolve gh-241

This commit is contained in:
2018-03-11 04:44:43 +02:00
parent 79747403b6
commit ee949fbe6e
40 changed files with 440 additions and 407 deletions

View File

@ -31,11 +31,11 @@ $form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
'note_moved_views',
'spacer_hr_a',
'spacer_hr_one',
'note_mysql_tweak_options',
'spacer_hr_b',
'spacer_hr_two',
'note_add_custom_menus',
'spacer_hr_c',
'spacer_hr_three',
'note_add_config'
);