mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-10 07:37:25 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class RenameStats < ActiveRecord::Migration
|
||||
class RenameStats < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
rename_column :matches, :g_stat, :w1_stat
|
||||
rename_column :matches, :r_stat, :w2_stat
|
||||
|
||||
Reference in New Issue
Block a user