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
6 lines
232 B
SQL
6 lines
232 B
SQL
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*/; |