mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 22:44:14 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class DropMatchupsArray < ActiveRecord::Migration
|
||||
class DropMatchupsArray < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
remove_column :tournaments, :matchups_array
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user