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