Skip to content

Commit

Permalink
Add missing PDO param in tideways
Browse files Browse the repository at this point in the history
  • Loading branch information
arie-rose authored and tomjn committed Jan 12, 2024
1 parent 9b93d20 commit 2da44d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tideways/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
'dsn' => 'sqlite:/tmp/xhgui.sqlite3',
'user' => null,
'pass' => null,
'table' => 'results'
'table' => 'results',
'tableWatch' => 'watches'
),
'templates.path' => dirname(__DIR__) . '/src/templates',
'date.format' => 'M jS H:i:s',
Expand Down

0 comments on commit 2da44d8

Please sign in to comment.