removes percentagecalc column

This commit is contained in:
Jordie
2017-06-22 12:15:16 +10:00
committed by GitHub
parent 90ad0905d2
commit 478ca26d54

View File

@@ -286,7 +286,6 @@ CREATE TABLE `SS13_poll_option` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pollid` int(11) NOT NULL,
`text` varchar(255) NOT NULL,
`percentagecalc` tinyint(1) NOT NULL DEFAULT '1',
`minval` int(3) DEFAULT NULL,
`maxval` int(3) DEFAULT NULL,
`descmin` varchar(32) DEFAULT NULL,