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

003_create_base_work_item_types.rb « production « fixtures « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a541ca20b07120b8d7ccd659c135cb409c241f6 (plain)
1
2
3
4
5
# frozen_string_literal: true

Gitlab::Seeder.quiet do
  Gitlab::DatabaseImporters::WorkItems::BaseTypeImporter.import
end