summaryrefslogtreecommitdiff
path: root/db/migrate/20150902001023_add_template_to_label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150902001023_add_template_to_label.rb')
-rw-r--r--db/migrate/20150902001023_add_template_to_label.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20150902001023_add_template_to_label.rb b/db/migrate/20150902001023_add_template_to_label.rb
index 0f6ae8d6cc3..10769f29baa 100644
--- a/db/migrate/20150902001023_add_template_to_label.rb
+++ b/db/migrate/20150902001023_add_template_to_label.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddTemplateToLabel < ActiveRecord::Migration
+class AddTemplateToLabel < ActiveRecord::Migration[4.2]
def change
add_column :labels, :template, :boolean, default: false
end