Added version to migration.
This commit is contained in:
parent
d3e4577fa5
commit
1ce2b12438
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
class SchedulerStatus < ActiveRecord::Migration
|
class SchedulerStatus < ActiveRecord::Migration[4.2]
|
||||||
def up
|
def up
|
||||||
change_table :schedulers do |t|
|
change_table :schedulers do |t|
|
||||||
t.string :error_message
|
t.string :error_message
|
||||||
|
|
Loading…
Reference in a new issue