-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
9
library/doctrine/migrations/migrations-db.php
Normal file
9
library/doctrine/migrations/migrations-db.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'dbname' => 'airtime',
|
||||
'user' => 'airtime',
|
||||
'password' => 'airtime',
|
||||
'host' => 'localhost',
|
||||
'driver' => 'pdo_pgsql',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue