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:
parent
a0a6a2fd89
commit
c766939552
|
|
@ -0,0 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute!
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
::Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService.new.execute!
|
||||
Loading…
Reference in New Issue