add view
This commit is contained in:
parent
56f4d3b85b
commit
4abbeffcdc
2 changed files with 9 additions and 1 deletions
|
|
@ -56,6 +56,8 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
(\`position\`.\`positionIsSelected\` = TRUE)`,
|
||||
})
|
||||
export class viewDirectorActing {
|
||||
@ViewColumn()
|
||||
keycloakId: string;
|
||||
@ViewColumn()
|
||||
id: string;
|
||||
@ViewColumn()
|
||||
|
|
@ -99,6 +101,8 @@ export class viewDirectorActing {
|
|||
@ViewColumn()
|
||||
actFullNameId: string;
|
||||
@ViewColumn()
|
||||
actFullNameKeycloakId: string;
|
||||
@ViewColumn()
|
||||
actFullName: string;
|
||||
@ViewColumn()
|
||||
key: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue