wrapping up: membership id transfer

This commit is contained in:
Julian Krauser 2025-01-10 12:06:24 +01:00
parent c173f917e3
commit 632a8290ac
4 changed files with 45 additions and 26 deletions

View file

@ -7,12 +7,6 @@ export class membership {
@PrimaryColumn({ generated: "increment", type: "int" })
id: number;
/**
* @deprecated
*/
@Column({ type: "varchar", length: 255, unique: true, nullable: true })
internalId?: string;
@Column({ type: "date" })
start: Date;