mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -9,7 +9,7 @@ class CreateUserIpAddressHistories < ActiveRecord::Migration[6.0]
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
add_index :user_ip_address_histories, [:user_id, :ip_address], unique: true
|
||||
add_index :user_ip_address_histories, %i[user_id ip_address], unique: true
|
||||
end
|
||||
|
||||
def down
|
||||
|
||||
Reference in New Issue
Block a user