mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
class AddIndexEmailLogsOnBounced < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :email_logs, :bounced
|
||||
remove_index :email_logs, [:user_id, :created_at]
|
||||
remove_index :email_logs, %i[user_id created_at]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user