2016-09-12 09:57:05 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-10-30 14:52:53 +01:00
|
|
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/Core/migrations/phinx.php
|
2016-09-12 09:57:05 +02:00
|
|
|
|
2019-10-30 14:52:53 +01:00
|
|
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/BackOffice/migrations/phinx.php
|
2016-09-12 09:57:05 +02:00
|
|
|
|