extend damageReport with noteByWorker

This commit is contained in:
Julian Krauser 2025-07-17 10:37:26 +02:00
parent a208cdd158
commit c02487ad3c
8 changed files with 18 additions and 8 deletions

View file

@ -25,7 +25,10 @@ export class damageReport {
location: string;
@Column({ type: "text" })
note: string;
noteByReporter: string;
@Column({ type: "text" })
noteByWorker: string;
@Column({
type: "text",