Added support for relative date ranges in segments

This commit is contained in:
Andris Reinman 2016-06-01 16:36:24 +03:00
parent 9bd6db2624
commit a229f80e22
11 changed files with 169 additions and 14 deletions

View file

@ -32,7 +32,6 @@ app.set('port', port);
let server = http.createServer(app);
// Check if database needs upgrading before starting the server
dbcheck(err => {
if (err) {