#208 and update migration
This commit is contained in:
parent
7d5d6bb43e
commit
13ed3450dd
3 changed files with 11 additions and 5 deletions
|
|
@ -8,6 +8,8 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
profile.lastName AS lastName,
|
||||
profile.citizenId AS citizenId,
|
||||
profile.position AS position,
|
||||
profile.keycloak AS keycloakId,
|
||||
profile.isProbation AS isProbation,
|
||||
CONCAT(
|
||||
CASE
|
||||
WHEN posMaster.orgChild1Id IS NULL THEN orgRoot.orgRootShortName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue