Commit 0fd390ca by Gevik Babakhani

Replaces spaces with tabs.

parent 9982d933
...@@ -18,14 +18,14 @@ return array( ...@@ -18,14 +18,14 @@ return array(
'password' => '', 'password' => '',
'fixture' => __DIR__ . '/mssql.sql', 'fixture' => __DIR__ . '/mssql.sql',
), ),
'pgsql' => array( 'pgsql' => array(
'dsn' => 'pgsql:host=localhost;dbname=yiitest;port=5432;', 'dsn' => 'pgsql:host=localhost;dbname=yiitest;port=5432;',
'username' => 'postgres', 'username' => 'postgres',
'password' => 'postgres', 'password' => 'postgres',
'attributes' => array( 'attributes' => array(
'search_path' => 'master,hello' 'search_path' => 'master,hello'
), ),
'fixture' => __DIR__ . '/postgres.sql', 'fixture' => __DIR__ . '/postgres.sql',
) )
) )
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment