Let admins create server polls

This commit is contained in:
Markolie
2015-09-23 20:17:21 +02:00
parent cab53d90bf
commit e95eb8f3b8
6 changed files with 135 additions and 6 deletions
+3
View File
@@ -279,6 +279,9 @@ CREATE TABLE `SS13_poll_question` (
`endtime` datetime NOT NULL,
`question` varchar(255) NOT NULL,
`adminonly` tinyint(1) DEFAULT '0',
`multiplechoiceoptions` int(2) DEFAULT NULL,
`createdby_ckey` varchar(45) NULL DEFAULT NULL,
`createdby_ip` varchar(45) NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;