|
@@ -16,7 +16,7 @@ export class Relation {
|
|
|
@UpdateDateColumn()
|
|
@UpdateDateColumn()
|
|
|
readonly updatedAt: Date;
|
|
readonly updatedAt: Date;
|
|
|
|
|
|
|
|
- @ManyToOne(() => Installation, installation => installation.relations)
|
|
|
|
|
|
|
+ @ManyToOne(() => Installation)
|
|
|
readonly installation: number;
|
|
readonly installation: number;
|
|
|
|
|
|
|
|
@OneToOne(() => Order)
|
|
@OneToOne(() => Order)
|