mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-11 16:01:56 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateWeights < ActiveRecord::Migration
|
||||
class CreateWeights < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :weights do |t|
|
||||
t.integer :max
|
||||
|
||||
Reference in New Issue
Block a user