1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-19 03:25:26 +00:00

Updated migrations to support new rails version

This commit is contained in:
2017-06-09 07:22:32 -04:00
parent 89443f770e
commit 0fb2e7009b
48 changed files with 126 additions and 136 deletions

View File

@@ -1,4 +1,4 @@
class ChangeWNameToLoserName < ActiveRecord::Migration
class ChangeWNameToLoserName < ActiveRecord::Migration[4.2]
def change
rename_column :matches, :w1_name, :loser1_name
rename_column :matches, :w2_name, :loser2_name