Updated database scheme

This commit is contained in:
Jeroen De Meerleer 2018-07-27 10:47:21 +02:00
parent fc51df695d
commit 770835c4da
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;