removes percentagecalc column

This commit is contained in:
Jordie
2017-06-22 12:14:42 +10:00
committed by GitHub
parent aefa0cdee4
commit 90ad0905d2

View File

@@ -286,7 +286,6 @@ CREATE TABLE `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,