Skip to content

Remove unencrypted webhook token and URL columns

Nick Thomas requested to merge (removed):52367-cleanup-web-hooks-columns into master

What does this MR do?

In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645 , we added encrypted_token and encrypted_url columns to the web_hooks table in the database, along with a background migration that moved all data from the unencrypted columns to the encrypted ones.

In this MR, we remove the now-unpopulated-and-unused columns, first ensuring that the background migration has completed.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #52367 (closed)

Edited by Rémy Coutable

Merge request reports

Loading