discourse/db
Blake Erickson 23a7f00524
DEV: Re-apply chat index migration (#29859)
Commit c2a733a95a was applied to an
existing migration that possibly had already run. Due to this some
discourse instances might not have the correct index.

This change removes the original migration and creates a new one so that
it will actually be applied.

This is the missing index that some sites might not have:
```
Missing Index | CREATE INDEX
index_chat_messages_on_chat_channel_id_and_id ON public.chat_messages
USING btree (chat_channel_id, id) WHERE (deleted_at IS NOT NULL)
```
2024-11-20 12:59:07 -07:00
..
fixtures FIX: setup with db:create db:migrate (#29609) 2024-11-06 15:06:17 +11:00
migrate DEV: Re-apply chat index migration (#29859) 2024-11-20 12:59:07 -07:00
post_migrate DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to db/* 2023-01-09 11:59:41 +00:00