mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-15 03:04:14 +00:00
4c4348557c
Bug: T160849 Change-Id: I4c7ec4d2c5e1dfcc65c4236c8b5d625c6e0e0f12
5 lines
178 B
SQL
5 lines
178 B
SQL
--
|
|
-- SQL schema update for AJAXPoll extension to add the poll_show_results_before_voting field
|
|
--
|
|
ALTER TABLE /*_*/ajaxpoll_info ADD poll_show_results_before_voting TINYINT(1);
|