From 3b55f654077dfb7b4764eafa52579a83bd22152f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 21 Mar 2019 06:06:53 +0000 Subject: Remove frozen_string_literal magic comment from files which are not used when running the application or tests (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@17997 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- db/migrate/20090401221305_update_enumerations_to_sti.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'db/migrate/20090401221305_update_enumerations_to_sti.rb') diff --git a/db/migrate/20090401221305_update_enumerations_to_sti.rb b/db/migrate/20090401221305_update_enumerations_to_sti.rb index 86610ae62..1ba41076e 100644 --- a/db/migrate/20090401221305_update_enumerations_to_sti.rb +++ b/db/migrate/20090401221305_update_enumerations_to_sti.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - class UpdateEnumerationsToSti < ActiveRecord::Migration[4.2] def self.up Enumeration.where("opt = 'IPRI'").update_all("type = 'IssuePriority'") -- cgit v1.2.3