Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit cb54f79

Browse files
committed
Updated the installer to reflect the new database structure
1 parent ba3ea4b commit cb54f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
`text` text NOT NULL,
4444
`input` text NOT NULL,
4545
`output` text NOT NULL,
46+
`time` int(11) NOT NULL DEFAULT '3000',
4647
PRIMARY KEY (`sl`)
4748
)");
4849
// create the solve table

0 commit comments

Comments
 (0)