Ensure the default ApplicationSetting record is created first
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
73dce6c870
commit
db7f6a1d8b
2 changed files with 2 additions and 0 deletions
2
db/fixtures/production/001_application_settings.rb
Normal file
2
db/fixtures/production/001_application_settings.rb
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
puts "Creating the default ApplicationSetting record.".color(:green)
|
||||||
|
Gitlab::CurrentSettings.current_application_settings
|
Loading…
Reference in a new issue