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