6 lines
187 B
Ruby
6 lines
187 B
Ruby
class AddWowReputationSelfJoin < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_reference :wow_reputations, :meta_wow_reputation, foreign_key: { to_table: :wow_reputations }
|
|
end
|
|
end
|