Skip to content

Commit

Permalink
removes percentagecalc column
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordie0608 authored Jun 22, 2017
1 parent aefa0cd commit 90ad090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SQL/tgstation_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 90ad090

Please sign in to comment.