# frozen_string_literal: true class CreateVulnerabilityUuidTypeMigrationIndex < Gitlab::Database::Migration[2.1] def up # no-op due to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/15983 end def down # no-op due to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/15983 end end