@tmlmobilidade/go-interfaces-labdb 20260902.1453.48 → 20260902.1537.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -203,6 +203,6 @@ export const rideProcessingWindowTableSchema = {
|
|
|
203
203
|
trip_id: { type: 'LowCardinality(String)' },
|
|
204
204
|
window_start: { type: 'Int64 CODEC(DoubleDelta, ZSTD)' },
|
|
205
205
|
window_end: { type: 'Int64 CODEC(DoubleDelta, ZSTD)' },
|
|
206
|
-
operational_dates: { type: 'Array(UInt32 CODEC(
|
|
206
|
+
operational_dates: { type: 'Array(UInt32) CODEC(ZSTD)' },
|
|
207
207
|
generated_at: { type: 'Int64 CODEC(DoubleDelta, ZSTD)' },
|
|
208
208
|
};
|