fix phinx path
parent
03ef5caa8a
commit
0c01b23dbf
|
@ -1,14 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -d module/MonarcCore ]; then
|
if [ -d module/MonarcCore ]; then
|
||||||
php ./vendor/bin/phinx seed:run -c ./module/MonarcCore/migrations/phinx.php
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcCore/migrations/phinx.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d module/MonarcBO ]; then
|
if [ -d module/MonarcBO ]; then
|
||||||
php ./vendor/bin/phinx seed:run -c ./module/MonarcBO/migrations/phinx.php
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcBO/migrations/phinx.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d module/MonarcFO ]; then
|
if [ -d module/MonarcFO ]; then
|
||||||
php ./vendor/bin/phinx seed:run -c ./module/MonarcFO/migrations/phinx.php
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcFO/migrations/phinx.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue