diff options
author | George Koltsov <gkoltsov@gitlab.com> | 2019-07-26 13:08:05 +0100 |
---|---|---|
committer | George Koltsov <gkoltsov@gitlab.com> | 2019-08-02 15:39:18 +0100 |
commit | 5a19a43a13031de83af2d241498465a882421270 (patch) | |
tree | 354715508543d3f34053a7bb2d86f5634d5469aa /db | |
parent | 7fe145b1b5854a0918d0c04e8f79d8aacd81561e (diff) | |
download | gitlab-ce-5a19a43a13031de83af2d241498465a882421270.tar.gz |
Update translations in gitlab.pot
Diffstat (limited to 'db')
2 files changed, 4 insertions, 0 deletions
diff --git a/db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb b/db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb index f1ba7da9fc7..e3e8514427c 100644 --- a/db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb +++ b/db/migrate/20190726101050_rename_allow_local_requests_from_hooks_and_services_application_setting.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class RenameAllowLocalRequestsFromHooksAndServicesApplicationSetting < ActiveRecord::Migration[5.2] include Gitlab::Database::MigrationHelpers diff --git a/db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb b/db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb index ed58d4e57fc..c0ecdbf4e37 100644 --- a/db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb +++ b/db/migrate/20190726101133_add_allow_local_requests_from_system_hooks_to_application_settings.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class AddAllowLocalRequestsFromSystemHooksToApplicationSettings < ActiveRecord::Migration[5.2] include Gitlab::Database::MigrationHelpers |