feat: add AgrarmonitorBetriebId to Client entity

This commit is contained in:
2026-05-23 14:36:23 +02:00
parent 0d4302dc7e
commit f4131ebcf0
@@ -10,4 +10,7 @@ export class Client {
@Column({ type: 'int' })
PaperlessUserId!: number;
@Column({ type: 'int', nullable: true })
AgrarmonitorBetriebId!: number | null;
}