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:
authorDJ Mountney <david@twkie.net>2019-06-25 20:28:18 +0300
committerDJ Mountney <david@twkie.net>2019-06-25 20:44:40 +0300
commitde93bf1fbbd091075ef7ebafb2ab9dabc2e6563c (patch)
treeb97e6b0d09f55251bee3cbe96ec733ff1b0167e8 /lib/tasks/migrate
parente793f96c2b684fb8e224eef509bcc7cb8b8d94af (diff)
Update comments and docs around min schema version
Fixed some spelling Dropped rake task description for a prefix only task Added note on skipping the check to the postgres debugging dev doc
Diffstat (limited to 'lib/tasks/migrate')
-rw-r--r--lib/tasks/migrate/schema_check.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/migrate/schema_check.rake b/lib/tasks/migrate/schema_check.rake
index ea4131d8bc2..76f1f23c7bd 100644
--- a/lib/tasks/migrate/schema_check.rake
+++ b/lib/tasks/migrate/schema_check.rake
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-desc 'Configures the database by running migrate, or by loading the schema and seeding if needed'
+# Configures the database by running migrate, or by loading the schema and seeding if needed
task schema_version_check: :environment do
next if ENV['SKIP_SCHEMA_VERSION_CHECK']