mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
10 lines
222 B
Ruby
10 lines
222 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SeedCloudConnectorKeys < Gitlab::Database::Migration[2.2]
|
|
milestone '17.9'
|
|
|
|
def change
|
|
# no-op due to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/19182
|
|
end
|
|
end
|