summaryrefslogtreecommitdiffstats
path: root/db/migrate/087_change_projects_description_to_text.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/087_change_projects_description_to_text.rb')
-rw-r--r--db/migrate/087_change_projects_description_to_text.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/087_change_projects_description_to_text.rb b/db/migrate/087_change_projects_description_to_text.rb
index 0f1d8fe92..961e78a28 100644
--- a/db/migrate/087_change_projects_description_to_text.rb
+++ b/db/migrate/087_change_projects_description_to_text.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: false
+
class ChangeProjectsDescriptionToText < ActiveRecord::Migration[4.2]
def self.up
change_column :projects, :description, :text, :null => true, :default => nil