From 2e7cfa3318926fbc829086d9437fd7776a5be15f Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Wed, 29 Sep 2021 13:08:57 +0200 Subject: [PATCH] Rename BMT inventory in rake task [SCI-6097] --- lib/tasks/biomolecule_toolkit.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/biomolecule_toolkit.rake b/lib/tasks/biomolecule_toolkit.rake index 1743c97d6..53949583b 100644 --- a/lib/tasks/biomolecule_toolkit.rake +++ b/lib/tasks/biomolecule_toolkit.rake @@ -10,7 +10,7 @@ namespace :biomolecule_toolkit do team = Team.find(args[:team_id]) BmtRepository.transaction do - repository = BmtRepository.create!(name: 'Molecules', team: team, created_by: team.created_by) + repository = BmtRepository.create!(name: 'Biomolecule registry', team: team, created_by: team.created_by) attributes.each do |attribute| repository.repository_columns.create!(name: attribute['name'], data_type: 'RepositoryTextValue',