diff --git a/tideways/config.php b/tideways/config.php index d16eb27..6421e18 100644 --- a/tideways/config.php +++ b/tideways/config.php @@ -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',