diff options
Diffstat (limited to 'DBIC_tests.pl')
| -rw-r--r-- | DBIC_tests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DBIC_tests.pl b/DBIC_tests.pl index ec532d4..052209e 100644 --- a/DBIC_tests.pl +++ b/DBIC_tests.pl @@ -10,7 +10,7 @@ my $entry = { image_url => "http://myimage.com/new.png", date => DateTime->now()->epoch, }; -#our $schema = JournalApp::Schema->connect( 'dbi:SQLite:./journals.db', '', ''); +#our $schema = JournalApp::Schema->connect( 'dbi:SQLite:./database/journals.db', '', ''); our $schema = JournalApp::Schema->connect( 'dbi:mysql:database=journal;host=localhost;port=3306', 'journal_user', 'journal_password', { quote_names => 1 }); |
