mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
git-svn-id: file:///svn/phpbb/trunk@4981 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -802,8 +802,9 @@ CREATE TABLE phpbb_topics (
|
||||
poll_title varchar(255) NOT NULL,
|
||||
poll_start int(11) DEFAULT '0' NOT NULL,
|
||||
poll_length int(11) DEFAULT '0' NOT NULL,
|
||||
poll_max_options tinyint(4) UNSIGNED NOT NULL DEFAULT '1',
|
||||
poll_last_vote int(11),
|
||||
poll_max_options tinyint(4) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
poll_last_vote int(11) UNSIGNED DEFAULT '0',
|
||||
poll_vote_change tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
PRIMARY KEY (topic_id),
|
||||
KEY forum_id (forum_id),
|
||||
KEY forum_id_type (forum_id, topic_type),
|
||||
|
Reference in New Issue
Block a user