Skip to content

Revert "Rename services template to instance migration"

What does this MR do?

Reverts !23595 (merged) because it has caused gitlab-com/gl-infra/production#1651 (closed)

Apart from reversing the code changes this should also migrate the database back to its initial state before !23595 (merged) was merged. That means the services table has a template column but no instance column.

The migrations need to take into account that on production, post deploy migrations where not executed yet. While in other environments, all the migrations has been executed. It needs to work for the case when template does not exist anymore and for the case when both, template and instance exist.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports