discourse/app
Krzysztof Kotlarek cbd021db15
FIX: add index to sidebar_section_link (#20234)
Index on linkable_type and linkable_id should increase performance of this subquery https://github.com/discourse/discourse/blob/main/app/services/sidebar_site_settings_backfiller.rb#L86

Also, distinct is removing duplicates which are unnecessary.
2023-02-10 11:14:22 +11:00
..
assets UX: Easily toggle badges in admin badge list (#20225) 2023-02-09 11:36:27 -08:00
controllers UX: Easily toggle badges in admin badge list (#20225) 2023-02-09 11:36:27 -08:00
helpers DEV: Prefer \A and \z over ^ and $ in regexes (#19936) 2023-01-20 12:52:49 -06:00
jobs FIX: Extend username updates to self-mentions (#20071) 2023-02-02 12:33:42 +00:00
mailers DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
models FIX: add index to sidebar_section_link (#20234) 2023-02-10 11:14:22 +11:00
serializers DEV: Create form templates (#20189) 2023-02-08 11:21:39 -08:00
services FIX: add index to sidebar_section_link (#20234) 2023-02-10 11:14:22 +11:00
views FEATURE: Allow embedded view to include a header (#20150) 2023-02-06 11:10:50 -05:00