X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbupgrade2_tool.pl;h=c3ef1e76c0a423bdd37a413c2904f100b9e07726;hb=44b4b93140b3404b2848dbb39073656729c06b96;hp=2231b119cd649cab83ef9e8bc5bd7f11cb42ff9c;hpb=8a6fc6829abdcd57a7c80e87dc47414012ff9525;p=kivitendo-erp.git diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index 2231b119c..c3ef1e76c 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -5,7 +5,6 @@ BEGIN { unshift(@INC, $FindBin::Bin . '/../modules/override'); # Use our own versions of various modules (e.g. YAML). push (@INC, $FindBin::Bin . '/..'); - push (@INC, $FindBin::Bin . '/../modules/fallback'); # Only use our own versions of modules if there's no system version. } use strict; @@ -87,7 +86,8 @@ dbupgrade2_tool.pl [options] upgrade file your \$EDITOR will be called with it. --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. + then the option \'--user\' and \'--client\' must be + used as well. Use \'--apply=ALL\' to apply all. --applied List the applied database upgrades for the database that the user given with \'--user\' uses. --unapplied List the database upgrades that haven\'t been applied