mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-12-02 18:46:31 +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);
|