mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-07 22:55:09 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class SchoolAddTournamentId < ActiveRecord::Migration
|
||||
class SchoolAddTournamentId < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :schools, :tournament_id, :integer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user