# frozen_string_literal: true class CreateRoutingTableForBuildsMetadata < Gitlab::Database::Migration[2.0] def up; end def down; end end