We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ccd97 commit 50cc7feCopy full SHA for 50cc7fe
scripts/migrate
@@ -13,7 +13,7 @@ require_once($autoload);
13
14
use Symfony\Component\Console\Application;
15
16
-$application = new Application('Migrate Script by JG', '1.1.1');
+$application = new Application('Migrate Script by JG', '2.0.0');
17
$application->add(new \ByJG\DbMigration\Console\ResetCommand());
18
$application->add(new \ByJG\DbMigration\Console\UpCommand());
19
$application->add(new \ByJG\DbMigration\Console\DownCommand());
0 commit comments