Fixes #54 - Make sqlite db ref rewritable

This commit is contained in:
Sam Georges 2014-05-15 11:49:24 +10:00
parent 81042c85a8
commit f5e180d885
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ return array(
'sqlite' => array(
'driver' => 'sqlite',
'database' => __DIR__.'/../database/production.sqlite',
'database' => 'database/production.sqlite',
'prefix' => '',
),