Add: #641 preview_cardsmedia_attachmentsにインデックスを追加 (#674)

This commit is contained in:
KMY(雪あすか) 2024-03-27 08:42:08 +09:00 committed by GitHub
parent b3510acc32
commit a4523b833d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 1 deletions

View file

@ -95,6 +95,7 @@ namespace :dangerous do
20240229233617
20240312230204
20240320231633
20240326231854
)
# Removed: account_groups
target_tables = %w(
@ -177,6 +178,8 @@ namespace :dangerous do
target_indices = %w(
index_statuses_on_url
index_statuses_on_conversation_id
index_preview_cards_vacuum
index_media_attachments_vacuum
)
prompt.say 'Processing...'