2026-04-13-3

This commit is contained in:
Hamza-Ayed
2026-04-13 14:00:42 +03:00
parent 018fc72d9d
commit 5bbb5d8d8b
10 changed files with 717 additions and 106 deletions
+4
View File
@@ -12,6 +12,10 @@ export class RoadSegmentStat {
@Column('float', { default: 1.0 })
congestionFactor: number; // 1.0 = Free flow, >1.0 = Congested
@Column('boolean', { default: false })
@Index()
isClosed: boolean;
@Column('int', { default: 0 })
sampleCount: number;