feat: add AgrarmonitorBetriebId to Client entity
This commit is contained in:
@@ -10,4 +10,7 @@ export class Client {
|
|||||||
|
|
||||||
@Column({ type: 'int' })
|
@Column({ type: 'int' })
|
||||||
PaperlessUserId!: number;
|
PaperlessUserId!: number;
|
||||||
|
|
||||||
|
@Column({ type: 'int', nullable: true })
|
||||||
|
AgrarmonitorBetriebId!: number | null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user