Wikinaut has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/88880


Change subject: adding the forgotten table row to the table schema sql
......................................................................

adding the forgotten table row to the table schema sql

Bug: 55481
Change-Id: If720850cec32cda933d20f1321002e10aaae36d4
---
M AJAXPoll.php
M patches/create-table--ajaxpoll_info.sql
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AJAXPoll 
refs/changes/80/88880/1

diff --git a/AJAXPoll.php b/AJAXPoll.php
index 553dba5..6b60fca 100644
--- a/AJAXPoll.php
+++ b/AJAXPoll.php
@@ -47,7 +47,7 @@
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
        'name' => 'AJAX Poll',
-       'version' => '1.85 20130728',
+       'version' => '1.86 20131009',
        'author' => array( 'Dariusz Siedlecki', 'Jack Phoenix', 'Thomas Gries' 
),
        'descriptionmsg' => 'ajaxpoll-desc',
        'url' => 'https://www.mediawiki.org/wiki/Extension:AJAX_Poll',
diff --git a/patches/create-table--ajaxpoll_info.sql 
b/patches/create-table--ajaxpoll_info.sql
index d8d78fd..06a6beb 100644
--- a/patches/create-table--ajaxpoll_info.sql
+++ b/patches/create-table--ajaxpoll_info.sql
@@ -1,5 +1,6 @@
 CREATE TABLE IF NOT EXISTS /*_*/ajaxpoll_info (
   `poll_id` varchar(32) NOT NULL PRIMARY KEY default '',
   `poll_txt` text,
+  `poll_show_results_before_voting` TINYINT(1),
   `poll_date` datetime default NULL
 ) /*$wgDBTableOptions*/;
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/88880
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If720850cec32cda933d20f1321002e10aaae36d4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AJAXPoll
Gerrit-Branch: master
Gerrit-Owner: Wikinaut <m...@tgries.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to