-doctrine migration basic file check-in. Hard-coded paths for now...
This commit is contained in:
parent
a51c02b281
commit
0f8f522910
5 changed files with 50 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
<?php
|
||||
|
||||
//doctrine stuff here soon....
|
||||
$dir = __DIR__;
|
||||
|
||||
$command = "php $dir/../library/doctrine/migrations/doctrine-migrations.phar --configuration=$dir/DoctrineMigrations/migrations.xml --db-configuration=$dir/../library/doctrine/migrations/migrations-db.php migrations:migrate 0";
|
||||
system($command);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue