X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbupgrade2_tool.pl;h=e62a9aaba36d4fe76639898c77d53b43db17b8df;hb=957896de327365e3d83e3f0d6525af02849c483d;hp=8a90c7eb44aab2099cdc3f95242796752982b7fd;hpb=99ed8abf161b15ba5456c34f59a6155281cb2eea;p=kivitendo-erp.git diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index 8a90c7eb4..e62a9aaba 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -55,6 +55,8 @@ dbupgrade2_tool.pl [options] all database upgrades and their dependencies. If no file name is given then the output is written to 'db_dependencies.ps'. + --nodeps List all database upgrades that no other upgrade + depends on --apply=tag Applies the database upgrades 'tag' and all upgrades it depends on. If '--apply' is used then the option '--user' must be used as well. @@ -66,7 +68,10 @@ dbupgrade2_tool.pl [options] END_HELP ; + # Syntax-Highlighting-Fix für Emacs: ' + print $help_text; + exit 0; }