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.
2 parents 4baa33b + d07e3b1 commit 8448cecCopy full SHA for 8448cec
bin/up
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env php
2
+<?php
3
+include('up.php');
bin/up.php
@@ -1,5 +1,7 @@
<?php
+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