update package.json

This commit is contained in:
Julian Krauser 2025-06-07 15:25:41 +02:00
parent 97ffae009b
commit 874b863b1e
4 changed files with 159 additions and 98 deletions

View file

@ -39,8 +39,8 @@ export class member {
@Column({ type: "varchar", length: 255, unique: true, nullable: true })
internalId?: string;
@Column({ type: "varchar", length: 255 })
note: string;
@Column({ type: "varchar", length: 255, nullable: true })
note?: string;
@Column()
salutationId: number;