discourse/plugins/poll/db/migrate
Alan Guo Xiang Tan 322a3be2db
DEV: Remove logical OR assignment of constants (#29201)
Constants should always be only assigned once. The logical OR assignment
of a constant is a relic of the past before we used zeitwerk for
autoloading and had bugs where a file could be loaded twice resulting in
constant redefinition warnings.
2024-10-16 10:09:07 +08:00
..
20150501152228_rename_total_votes_to_voters.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
20151016163051_merge_polls_votes.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
20160321164925_close_polls_in_closed_topics.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
20180820073549_create_polls_tables.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
20180820080623_migrate_polls_data.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
20191114160613_add_graph_to_polls.rb
20191206123012_add_group_name_to_polls.rb
20200804144550_add_title_to_polls.rb FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
20230612134421_remove_old_polls_data_from_custom_fields.rb DEV: Promote historic post_deploy migrations (#28128) 2024-07-30 01:14:03 +08:00
20230614041219_delete_duplicate_poll_votes.rb FIX: Cater for polls that can have multiple votes per user (#22297) 2023-06-27 18:58:16 +08:00
20240416105733_add_rank_to_poll_votes.rb FEATURE: Add Ranked Choice Voting 2024-07-17 11:49:14 +02:00