#30 Attendance list with all members
This commit is contained in:
parent
161a9dc51c
commit
5d3f8ea46a
14 changed files with 185 additions and 39 deletions
|
@ -5,7 +5,7 @@ import { PermissionModule } from "../type/permissionTypes";
|
|||
@Entity()
|
||||
export class templateUsage {
|
||||
@PrimaryColumn({ type: "varchar", length: 255 })
|
||||
scope: PermissionModule;
|
||||
scope: `${PermissionModule}`|`${PermissionModule}.${string}`;
|
||||
|
||||
@Column({ type: "int", nullable: true })
|
||||
headerId: number | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue