Skip to content

Commit 8448cec

Browse files
committed
Merge pull request #4 from joegreen88/master
0.2
2 parents 4baa33b + d07e3b1 commit 8448cec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bin/up

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env php
2+
<?php
3+
include('up.php');

bin/up.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
require_once realpath(dirname(__FILE__).'/../../../autoload.php');
4+
35
$app = new \Symfony\Component\Console\Application('up');
46

57
foreach (\Smrtr\MysqlVersionControl\DbConfig::getEnvironments() as $env) {

0 commit comments

Comments
 (0)