Eine Option "@ignore: 1" für Datenbankupgradescripte, mit denen das Script von Lx...
[kivitendo-erp.git] / SL / DBUpgrade2.pm
index cb8a9b2..c521a4c 100644 (file)
@@ -47,6 +47,8 @@ sub parse_dbupdate_controls {
       }
     }
 
+    next if ($control->{ignore});
+
     $control->{charset} ||= Common::DEFAULT_CHARSET;
 
     if (!$control->{"tag"}) {