mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-30 17:54:28 +00:00
5 lines
178 B
MySQL
5 lines
178 B
MySQL
|
--
|
||
|
-- 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);
|