mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateTeampointadjusts < ActiveRecord::Migration
|
||||
class CreateTeampointadjusts < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :teampointadjusts do |t|
|
||||
t.integer :points
|
||||
|
||||
Reference in New Issue
Block a user