mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-17 19:05:06 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddBoutNumberToMatch < ActiveRecord::Migration
|
||||
class AddBoutNumberToMatch < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :matches, :boutNumber, :integer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user