Merge branch 'bugfix/GS-3'

This commit is contained in:
Jeroen De Meerleer 2018-07-27 10:51:42 +02:00
commit 10800cea58
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ CREATE TABLE IF NOT EXISTS `jobs` (
`name` text NOT NULL,
`url` text NOT NULL,
`delay` int(11) NOT NULL,
`expected` int(11) NOT NULL,
`nextrun` int(11) NOT NULL,
PRIMARY KEY (`jobID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;