# Create a repository
name: 'Default'
# Add permissions
Repository.find_each do |o|
role: 'owner'
end
role: 'editor'
# Import ontologies
ontologies = %w[
]
ontologies.each do |path|
# Suppress this error in the seeds. We want to have erroneous ontologies in
# the basic data.
end
if version
end
end