DEV: Apply syntax_tree formatting to db/*

This commit is contained in:
David Taylor
2023-01-09 11:59:41 +00:00
parent cb932d6ee1
commit b0fda61a8e
467 changed files with 1682 additions and 1624 deletions
@@ -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