# frozen_string_literal: true class SwapCiRunnerMachineBuildsPrimaryKey < Gitlab::Database::Migration[2.1] def up # no-op. See https://gitlab.com/gitlab-com/gl-infra/production/-/issues/8588 for details end def down # no-op. See https://gitlab.com/gitlab-com/gl-infra/production/-/issues/8588 for details end end