Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20221004074914_create_routing_table_for_builds_metadata.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a792fc91d3d38395f33c937fe82c106ff384c107 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class CreateRoutingTableForBuildsMetadata < Gitlab::Database::Migration[2.0]
  def up; end

  def down; end
end