diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-21 12:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-21 12:09:07 +0000 |
commit | 2a040e2655fe0a99df61ad0a7bd0c27e68af0c38 (patch) | |
tree | a245cd0d6dd10f185e2fd098e371adc1ea03b72b /generator_templates/rails | |
parent | a53d2c37c4934f564caa94543dd4cf5af1703e2d (diff) | |
download | gitlab-ce-2a040e2655fe0a99df61ad0a7bd0c27e68af0c38.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'generator_templates/rails')
-rw-r--r-- | generator_templates/rails/post_deployment_migration/migration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator_templates/rails/post_deployment_migration/migration.rb b/generator_templates/rails/post_deployment_migration/migration.rb index 6a3ccc1ede8..b36cf877f0e 100644 --- a/generator_templates/rails/post_deployment_migration/migration.rb +++ b/generator_templates/rails/post_deployment_migration/migration.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# See http://doc.gitlab.com/ce/development/migration_style_guide.html +# See https://docs.gitlab.com/ee/development/migration_style_guide.html # for more information on how to write migrations for GitLab. class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] |