summaryrefslogtreecommitdiff
path: root/db/fixtures/production/003_create_base_work_item_types.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/production/003_create_base_work_item_types.rb')
-rw-r--r--db/fixtures/production/003_create_base_work_item_types.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/fixtures/production/003_create_base_work_item_types.rb b/db/fixtures/production/003_create_base_work_item_types.rb
new file mode 100644
index 00000000000..7a541ca20b0
--- /dev/null
+++ b/db/fixtures/production/003_create_base_work_item_types.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+Gitlab::Seeder.quiet do
+ Gitlab::DatabaseImporters::WorkItems::BaseTypeImporter.import
+end