mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-13 09:09:18 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class MatchupToMatch < ActiveRecord::Migration
|
||||
class MatchupToMatch < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :matches, :weight_id, :integer
|
||||
add_column :matches, :bracket_position, :string
|
||||
|
||||
Reference in New Issue
Block a user