Skip to content

Commit e6456d4

Browse files
committed
New descriptions
1 parent f1beb35 commit e6456d4

File tree

1 file changed

+2
-2
lines changed
  • cli/macrostrat/cli/database/migrations/people

1 file changed

+2
-2
lines changed

cli/macrostrat/cli/database/migrations/people/main.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ INSERT INTO ecosystem.roles (name, description) VALUES
4949
('Student', 'Currently enrolled in an academic program'),
5050
('Researcher', 'Conducts academic or applied research'),
5151
('Developer', 'Writes and maintains software code'),
52-
('Postdoc', 'Postdoctoral researcher working on scholarly projects'),
53-
('Research Scientist', 'Professional researcher involved in scientific work'),
52+
('Leader', 'Leads research or development projects and mentors others'),
53+
('Collaborator', 'Contributes to joint projects'),
5454
ON CONFLICT (name) DO NOTHING;

0 commit comments

Comments
 (0)