mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 23:34:51 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateTournamentDelegates < ActiveRecord::Migration
|
||||
class CreateTournamentDelegates < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :tournament_delegates do |t|
|
||||
t.integer :user_id
|
||||
|
||||
Reference in New Issue
Block a user