mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-16 13:03:37 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class GeneratingMatches < ActiveRecord::Migration
|
||||
class GeneratingMatches < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :tournaments, :curently_generating_matches, :integer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user