Consolidate integration settings
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
*This page may contain information related to upcoming products, features and functionality.
It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes.
Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.*
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION -->
The work of migrating the integration (services) settings from the `properties` column to a separate encrypted table continues to give problems. This is causing problems, especially with Jira as it is one of the most used integrations.
The current workaround to resolve the issue is to re-run these migrations:
```
sudo gitlab-rake db:migrate:redo VERSION=20200123155929
sudo gitlab-rake db:migrate:redo VERSION=20200127090233
```
I’ve created this epic to have all issues together, so we are able to investigate in-depth and find a long-term solution.
epic