We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa61a43 commit 9e50ad8Copy full SHA for 9e50ad8
templates/container.class.tpl
@@ -54,6 +54,6 @@ class %%CLASSNAME%% extends CommonDBTM
54
static function removeField($fieldname) {
55
$migration = new PluginFieldsMigration(0);
56
$migration->dropField(self::getTable(), $fieldname);
57
-
+ $migration->migrationOneTable(self::getTable());
58
}
59
0 commit comments