From 9f2101804083ba48fc85efce9846eca2d56474bf Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Fri, 1 Jul 2016 14:19:46 +0800 Subject: Remove migration guide comment: They're accessible after doing `rails g migration` anyway. Though I somehow feel this comment could be useful for someone who's new and just browsing the source. --- db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb b/db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb index 6e6e9dc3163..61dd726fac7 100644 --- a/db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb +++ b/db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb @@ -1,6 +1,3 @@ -# See http://doc.gitlab.com/ce/development/migration_style_guide.html -# for more information on how to write migrations for GitLab. - class AddArtifactsSizeToCiBuilds < ActiveRecord::Migration include Gitlab::Database::MigrationHelpers -- cgit v1.2.1