discourse/plugins
Eduardo Poleo b500ef77d7 Poll migration is not idempotent (#7964)
The migration script is not idempotent due to database constrains on the
poll related objects, namely:

polls: index_polls_on_post_id_and_name (post_id,name) UNIQUE
poll_options: index_poll_options_on_poll_id_and_digest  (poll_id,digest) UNIQUE
poll_votes:  index_poll_votes_on_poll_id_and_poll_option_id_and_user_id  (poll_id,poll_option_id,user_id) UNIQUE

This change skips a particular poll migration if it's already found on
the db.
2019-08-08 18:48:53 +02:00
..
discourse-details Update translations 2019-07-15 09:43:22 -04:00
discourse-local-dates FIX: ensures pikaday picker is showing in UTC (#7968) 2019-08-06 08:41:38 +02:00
discourse-narrative-bot FIX: Wrong discobot tutorial started for certain locales. 2019-08-08 10:53:58 +08:00
discourse-nginx-performance-report Update translations 2019-07-15 09:43:22 -04:00
discourse-presence Update translations 2019-07-15 09:43:22 -04:00
lazyYT FIX: Memory Leaks when decorating posts (#7749) 2019-06-11 17:21:23 +02:00
poll Poll migration is not idempotent (#7964) 2019-08-08 18:48:53 +02:00