Skip to content

No-oped migration to add state to members

Etienne Baqué requested to merge 332592-revert-state-in-members into master

What does this MR do?

In light of an incident that occurred today related to new columns on the members table, this MR here updates the migration that was recently merged via that MR.

Like it was done in another MR created for the same reason (eg. recent addition of column in members), we're modifying this migration by "no-op"-ing its down and up methods. We're not reverting what was already migrated on .com, we're avoiding adding this column on self-managed instances.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Related to #332592 (closed)

Merge request reports