Skip to content

Commit

Permalink
Merge branch 'dev' into BHBC-2076
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura authored Jan 13, 2023
2 parents f197c0b + 6920cb9 commit 998e1f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions database/src/seeds/01_db_system_users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ const systemUsers = [
type: SYSTEM_IDENTITY_SOURCE.IDIR,
roleId: SYSTEM_USER_ROLE_ID.SYSTEM_ADMINISTRATOR,
user_guid: '349F20767A834FB582A18E8D378973E7'
},
{
identifier: 'achirico',
type: SYSTEM_IDENTITY_SOURCE.IDIR,
roleId: SYSTEM_USER_ROLE_ID.SYSTEM_ADMINISTRATOR,
user_guid: 'E3A279530D164485BF43C6FE7A49E175'
}
];

Expand Down

0 comments on commit 998e1f8

Please sign in to comment.