mediawiki-extensions-AJAXPoll/sql/add-field--ajaxpoll_info-poll_show_results_before_voting.sql
SamanthaNguyen 4c4348557c Reorganize directory structure + file renaming
Bug: T160849
Change-Id: I4c7ec4d2c5e1dfcc65c4236c8b5d625c6e0e0f12
2017-07-13 15:25:45 +00:00

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);