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 CreateSchoolDelegates < ActiveRecord::Migration
|
||||
class CreateSchoolDelegates < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :school_delegates do |t|
|
||||
t.integer :user_id
|
||||
|
||||
Reference in New Issue
Block a user