Skip to content

Commit

Permalink
prevent unwanted duplicate fields name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 16, 2023
1 parent c9e0b78 commit d08d2c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inc/field.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ public static function installBaseData(Migration $migration, $version)
// change default_value from varchar to longtext
$migration->changeField($table, 'default_value', 'default_value', 'longtext');

$toolbox = new PluginFieldsToolbox();
$toolbox->fixFieldsNames($migration, ['NOT' => ['type' => 'dropdown']]);

//move old types to new format
$migration->addPostQuery(
$DB->buildUpdate(
Expand Down

0 comments on commit d08d2c3

Please sign in to comment.