mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-08 23:11:00 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class IntroduceIndexes < ActiveRecord::Migration
|
||||
class IntroduceIndexes < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_index :weights, :tournament_id
|
||||
add_index :schools, :tournament_id
|
||||
|
||||
Reference in New Issue
Block a user