Skip to content

Commit 9e50ad8

Browse files
authored
Fix fields deletion
1 parent aa61a43 commit 9e50ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/container.class.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ class %%CLASSNAME%% extends CommonDBTM
5454
static function removeField($fieldname) {
5555
$migration = new PluginFieldsMigration(0);
5656
$migration->dropField(self::getTable(), $fieldname);
57-
57+
$migration->migrationOneTable(self::getTable());
5858
}
5959
}

0 commit comments

Comments
 (0)