Added version to migration.

This commit is contained in:
Rolf Schmidt 2017-09-07 15:06:51 +02:00
parent d3e4577fa5
commit 1ce2b12438

View file

@ -1,4 +1,4 @@
class SchedulerStatus < ActiveRecord::Migration
class SchedulerStatus < ActiveRecord::Migration[4.2]
def up
change_table :schedulers do |t|
t.string :error_message