Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-01 09:19:46 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-07-01 09:19:46 +0300
commit9f2101804083ba48fc85efce9846eca2d56474bf (patch)
tree9df4841418fd2d0e46033bc01b924216e7a01d42 /db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb
parent7b06acea1c13b7fa9067902faaed73c7210f4bb3 (diff)
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.
Diffstat (limited to 'db/migrate/20160628085157_add_artifacts_size_to_ci_builds.rb')
-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