Agrarmonitor #2

Merged
bjoernpoettker merged 21 commits from Agrarmonitor into main 2026-05-25 11:02:59 +00:00
Showing only changes of commit f4131ebcf0 - Show all commits
@@ -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;
} }