add_index:reports,[:action_taken_by_account_id],name::index_reports_on_action_taken_by_account_id,algorithm::concurrently,where:'action_taken_by_account_id IS NOT NULL'
t.index["deleted_at"],name:"index_statuses_on_deleted_at",where:"(deleted_at IS NOT NULL)"
t.index["deleted_at"],name:"index_statuses_on_deleted_at",where:"(deleted_at IS NOT NULL)"
t.index["id","account_id"],name:"index_statuses_local_20190824",order:{id::desc},where:"((local OR (uri IS NULL)) AND (deleted_at IS NULL) AND (visibility = 0) AND (reblog_of_id IS NULL) AND ((NOT reply) OR (in_reply_to_account_id = account_id)))"
t.index["id","account_id"],name:"index_statuses_local_20190824",order:{id::desc},where:"((local OR (uri IS NULL)) AND (deleted_at IS NULL) AND (visibility = 0) AND (reblog_of_id IS NULL) AND ((NOT reply) OR (in_reply_to_account_id = account_id)))"
t.index["id","account_id"],name:"index_statuses_public_20200119",order:{id::desc},where:"((deleted_at IS NULL) AND (visibility = 0) AND (reblog_of_id IS NULL) AND ((NOT reply) OR (in_reply_to_account_id = account_id)))"
t.index["id","account_id"],name:"index_statuses_public_20200119",order:{id::desc},where:"((deleted_at IS NULL) AND (visibility = 0) AND (reblog_of_id IS NULL) AND ((NOT reply) OR (in_reply_to_account_id = account_id)))"
@ -1236,4 +1240,5 @@ ActiveRecord::Schema.define(version: 2022_03_16_233212) do