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