diff --git a/src/model/CargoBike.ts b/src/model/CargoBike.ts index 6d23d24..f5e0b94 100644 --- a/src/model/CargoBike.ts +++ b/src/model/CargoBike.ts @@ -58,7 +58,7 @@ export class Security { @Column({ nullable: true }) - adfsCoding: string; + adfcCoding: string; } @Entity()