gitlab-ce/db/fixtures/development/002_default_organization.rb

6 lines
144 B
Ruby

# frozen_string_literal: true
Gitlab::Seeder.quiet do
Gitlab::DatabaseImporters::DefaultOrganizationImporter.create_default_organization
end