summaryrefslogtreecommitdiff
path: root/db/migrate/20160217100506_add_description_to_label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160217100506_add_description_to_label.rb')
-rw-r--r--db/migrate/20160217100506_add_description_to_label.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160217100506_add_description_to_label.rb b/db/migrate/20160217100506_add_description_to_label.rb
index eed6d1f236a..116de8ddfa9 100644
--- a/db/migrate/20160217100506_add_description_to_label.rb
+++ b/db/migrate/20160217100506_add_description_to_label.rb
@@ -1,4 +1,4 @@
-class AddDescriptionToLabel < ActiveRecord::Migration
+class AddDescriptionToLabel < ActiveRecord::Migration[4.2]
def change
add_column :labels, :description, :string
end