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, 0 insertions, 2 deletions
diff --git a/db/migrate/087_change_projects_description_to_text.rb b/db/migrate/087_change_projects_description_to_text.rb
index 961e78a28..0f1d8fe92 100644
--- a/db/migrate/087_change_projects_description_to_text.rb
+++ b/db/migrate/087_change_projects_description_to_text.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: false
-
class ChangeProjectsDescriptionToText < ActiveRecord::Migration[4.2]
def self.up
change_column :projects, :description, :text, :null => true, :default => nil