Fixed migration name.

This commit is contained in:
Martin Edenhofer 2017-03-14 06:32:12 +01:00
parent 9c72ff18f9
commit 7977ea86a6
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -1,4 +1,4 @@
class FixedTranslation < ActiveRecord::Migration
class FixedTranslation2 < ActiveRecord::Migration
def up
# return if it's a new setup