Skip to content

Commit

Permalink
Fixes octobercms#54 - Make sqlite db ref rewritable
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed May 15, 2014
1 parent 81042c8 commit f5e180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

'sqlite' => array(
'driver' => 'sqlite',
'database' => __DIR__.'/../database/production.sqlite',
'database' => 'database/production.sqlite',
'prefix' => '',
),

Expand Down

0 comments on commit f5e180d

Please sign in to comment.