diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-03-23 15:57:09 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-03-23 15:57:09 -0700 |
| commit | 00c7f6129f87d77788aa92e08dd77b7b473f9a71 (patch) | |
| tree | 476e7f456fb3138d17927ce0ff3fea7b1a8f0060 /DBIC_tests.pl | |
| parent | 1cc8609a5976d3f394ac0f36fd1322ee8e6e4eea (diff) | |
moved things around
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 }); |
