discourse/db
Krzysztof Kotlarek 2bb740cb16
FIX: reset cache after flags are seed (#28801)
There was a bug report on meta that after deployment, some topics were not loaded properly for 24 hours - https://meta.discourse.org/t/endless-spinner-on-some-posts/323031/17

In this PR we moved the `like` post action type to the database - https://github.com/discourse/discourse/pull/28362

However, flags are cached for performance reasons https://github.com/discourse/discourse/blob/main/app/serializers/site_serializer.rb#L113

After seed, we should ensure that the cache is reset so the site has access to all post-action types.
2024-09-09 10:40:43 +10:00
..
fixtures FIX: reset cache after flags are seed (#28801) 2024-09-09 10:40:43 +10:00
migrate DEV: Remove the old header widgets code (#28390) 2024-09-04 14:50:53 -03:00
post_migrate DEV: Promote historic post_deploy migrations (#28127) 2024-07-30 00:49:21 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to `db/*` 2023-01-09 11:59:41 +00:00