Add production fixture to create project

Since migrations are not run by new instances, add a production
fixture that should ensure that the self-monitoring project is created
for new instances as well.
This commit is contained in:
Reuben Pereira 2019-08-30 16:17:50 +00:00 committed by Stan Hu
parent a0a6a2fd89
commit c766939552
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# frozen_string_literal: true
::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute!

View File

@ -0,0 +1,3 @@
# frozen_string_literal: true
::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute!