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-20 19:42:25 +0300
committerDJ Mountney <david@twkie.net>2019-06-25 20:44:40 +0300
commite1befc9b3f4d24dc1d4f5108658725af5244ac67 (patch)
tree107ee104fcf6dd4f911bf12ec3902727d11784aa /lib/tasks/migrate
parente448124fab59ce562fac5db9d9919d24ac95fba7 (diff)
Drop the source upgrade change
We no longer need to point people away from using db:migrate
Diffstat (limited to 'lib/tasks/migrate')
-rw-r--r--lib/tasks/migrate/schema_check.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/migrate/schema_check.rake b/lib/tasks/migrate/schema_check.rake
index d78599a3759..ea4131d8bc2 100644
--- a/lib/tasks/migrate/schema_check.rake
+++ b/lib/tasks/migrate/schema_check.rake
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
desc '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']