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 895ead4 commit d07e3b1Copy full SHA for d07e3b1
bin/up
@@ -1,3 +1,3 @@
1
#!/usr/bin/env php
2
<?php
3
-include('up.php');
+include('up.php');
bin/up.php
@@ -1,5 +1,7 @@
+require_once realpath(dirname(__FILE__).'/../../../autoload.php');
4
+
5
$app = new \Symfony\Component\Console\Application('up');
6
7
foreach (\Smrtr\MysqlVersionControl\DbConfig::getEnvironments() as $env) {
0 commit comments