summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2019-06-25 10:28:18 -0700
committerDJ Mountney <david@twkie.net>2019-06-25 10:44:40 -0700
commitde93bf1fbbd091075ef7ebafb2ab9dabc2e6563c (patch)
treeb97e6b0d09f55251bee3cbe96ec733ff1b0167e8 /lib/tasks
parente793f96c2b684fb8e224eef509bcc7cb8b8d94af (diff)
downloadgitlab-ce-de93bf1fbbd091075ef7ebafb2ab9dabc2e6563c.tar.gz
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')
-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']