diff options
author | DJ Mountney <david@twkie.net> | 2019-06-20 09:42:25 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2019-06-25 10:44:40 -0700 |
commit | e1befc9b3f4d24dc1d4f5108658725af5244ac67 (patch) | |
tree | 107ee104fcf6dd4f911bf12ec3902727d11784aa /lib | |
parent | e448124fab59ce562fac5db9d9919d24ac95fba7 (diff) | |
download | gitlab-ce-e1befc9b3f4d24dc1d4f5108658725af5244ac67.tar.gz |
Drop the source upgrade change
We no longer need to point people away from using db:migrate
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/migrate/schema_check.rake | 2 |
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'] |