summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-01 14:19:46 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-07-01 14:19:46 +0800
commit9f2101804083ba48fc85efce9846eca2d56474bf (patch)
tree9df4841418fd2d0e46033bc01b924216e7a01d42
parent7b06acea1c13b7fa9067902faaed73c7210f4bb3 (diff)
downloadgitlab-ce-9f2101804083ba48fc85efce9846eca2d56474bf.tar.gz
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.
-rw-r--r--db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb3
1 files changed, 0 insertions, 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