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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/51_create_work_item_related_link_restrictions.rb')
-rw-r--r--db/fixtures/development/51_create_work_item_related_link_restrictions.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/fixtures/development/51_create_work_item_related_link_restrictions.rb b/db/fixtures/development/51_create_work_item_related_link_restrictions.rb
new file mode 100644
index 00000000000..04440451d37
--- /dev/null
+++ b/db/fixtures/development/51_create_work_item_related_link_restrictions.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+Gitlab::Seeder.quiet do
+ Gitlab::DatabaseImporters::WorkItems::RelatedLinksRestrictionsImporter.upsert_restrictions
+end