Skip to content
Snippets Groups Projects
Commit 5a6d024e authored by Adam Hegyi's avatar Adam Hegyi Committed by GitLab Release Tools Bot
Browse files

Reset Container Repository Sync status on secondary

See !108153

Changelog: fixed
parent 6f7fcb0f
No related branches found
No related tags found
1 merge request!108679Prepare 15.7.3-ee release
# frozen_string_literal: true
class TruncateContainerRepositoryRegistry < Gitlab::Database::Migration[2.0]
disable_ddl_transaction!
def up
execute('TRUNCATE TABLE container_repository_registry')
end
def down
# noop
end
end
0bf05d53957f6c1f4fb0ae1bb0fd553553e86a1f55bfa2bec23f4f93e975e55e
\ No newline at end of file
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