Skip to content
Snippets Groups Projects
Unverified Commit 49ce6cf4 authored by Terri Chu's avatar Terri Chu Committed by GitLab
Browse files

Merge branch 'tchu-bump-obsolete-migration-keep-required-stop' into 'master'

Bump obsolete search migration keep milestone to 17.3

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169297



Merged-by: default avatarTerri Chu <tchu@gitlab.com>
Approved-by: default avatarRavi Kumar <rkumar@gitlab.com>
parents 9820e44f 070d861e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,9 @@ module Keeps
# -k Keeps::MarkOldAdvancedSearchMigrationsAsObsolete
# ```
class MarkOldAdvancedSearchMigrationsAsObsolete < ::Gitlab::Housekeeper::Keep
CUTOFF_MILESTONE = '16.11' # Only obsolete migrations added before this
# Only obsolete migrations added before this
# milestones are stored in config/upgrade_path.yml
CUTOFF_MILESTONE = '17.3'
 
MIGRATIONS_PATH = 'ee/elastic/migrate'
MIGRATION_REGEXP = /\A([0-9]+)_([_a-z0-9]*)\.rb\z/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment