mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:02:46 +08:00
b3920e05e7
We were seeing lots of deadlocks deploying this migration. This improves the situation in 2 ways. 1. ddl transaction is avoided, so we hold locks for far shorter times 2. we operate in chunks of a maximum of 100_000 posts (though it is heavily filtered down) * improve code so it is clearer |
||
---|---|---|
.. | ||
20230104054426_delete_old_rate_limit_search_anon.rb | ||
20230105153520_trigger_post_rebake_local_onebox_xss.rb | ||
20230113002617_reindex_invalid_indexes.rb | ||
20230117143451_drop_invalid_drafts.rb | ||
20230119024157_remove_topic_count_from_tags.rb | ||
20230119091939_drop_orphaned_reviewable_flagged_posts.rb | ||
20230224225129_backfill_svg_sprites.rb | ||
20230228105851_drop_badge_granted_title_column.rb | ||
20230405121454_update_password_algorithm_post_deploy.rb | ||
20230823095931_add_limit_to_user_second_factor_name.rb | ||
20230823100627_add_limit_to_user_security_key_name.rb | ||
20230926165821_drop_post_uploads_table.rb | ||
20231120190818_trigger_post_rebake_category_style_quotes.rb |