Commit 9daa72b4 authored by Diana Stanley's avatar Diana Stanley

Apply 1 suggestion(s) to 1 file(s)

parent 910c562d
...@@ -1285,7 +1285,7 @@ You may need to reconfigure or restart GitLab for the changes to take effect. ...@@ -1285,7 +1285,7 @@ You may need to reconfigure or restart GitLab for the changes to take effect.
UPDATE namespaces SET runners_token = null, runners_token_encrypted = null; UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
-- Clear instance tokens -- Clear instance tokens
UPDATE application_settings SET runners_registration_token_encrypted = null; UPDATE application_settings SET runners_registration_token_encrypted = null;
UPDATE application_settings SET ci_jwt_signing_key = null; UPDATE application_settings SET encrypted_ci_jwt_signing_key = null;
-- Clear runner tokens -- Clear runner tokens
UPDATE ci_runners SET token = null, token_encrypted = null; UPDATE ci_runners SET token = null, token_encrypted = null;
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment