From 7977ea86a65499b82cf3254278f155d93b1ef7b2 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 14 Mar 2017 06:32:12 +0100 Subject: [PATCH] Fixed migration name. --- db/migrate/20170123000002_fixed_translation.rb | 2 +- ...ixed_translation.rb => 20170314000001_fixed_translation2.rb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename db/migrate/{20170314000001_fixed_translation.rb => 20170314000001_fixed_translation2.rb} (93%) diff --git a/db/migrate/20170123000002_fixed_translation.rb b/db/migrate/20170123000002_fixed_translation.rb index d176b7bf9..0badda6cb 100644 --- a/db/migrate/20170123000002_fixed_translation.rb +++ b/db/migrate/20170123000002_fixed_translation.rb @@ -18,7 +18,7 @@ class FixedTranslation < ActiveRecord::Migration { 'name' => 'http_type', 'title' => 'HTTP type', - 'description' => 'Defines the type of protocol used by the web server to serve the application. If https protocol will be used instead of plain http, it must be specified in here. Since this has no effect on the web server\'s settings or behavior, it will not change the method of access to the application and, if it is wrong, it will not prevent you from logging into the application. This setting is used as a variable, #{setting.http_type} which is found in all forms of messaging used by the application, to build links to the tickets within your system.', + 'description' => 'Define the http protocol of your instance.', }, { 'name' => 'storage_provider', diff --git a/db/migrate/20170314000001_fixed_translation.rb b/db/migrate/20170314000001_fixed_translation2.rb similarity index 93% rename from db/migrate/20170314000001_fixed_translation.rb rename to db/migrate/20170314000001_fixed_translation2.rb index 1bd3d3647..825dcea71 100644 --- a/db/migrate/20170314000001_fixed_translation.rb +++ b/db/migrate/20170314000001_fixed_translation2.rb @@ -1,4 +1,4 @@ -class FixedTranslation < ActiveRecord::Migration +class FixedTranslation2 < ActiveRecord::Migration def up # return if it's a new setup