Add version identifier to old migrations (required for Rails 5)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddSearch < ActiveRecord::Migration
|
||||
class AddSearch < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :searches do |t|
|
||||
t.belongs_to :exercise, null: false
|
||||
|
Reference in New Issue
Block a user