@tmlmobilidade/go-interfaces-labdb 20260902.2336.45 → 20260903.1113.18

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.
@@ -112,7 +112,7 @@ export class OperationDatabase {
112
112
  partitionBy: 'intDiv(operational_date, 100)',
113
113
  });
114
114
  this.eventRideOpportunities = new ClickHouseInterfaceTemplate(instance, this.databaseName, 'event_ride_opportunities', eventRideOpportunitiesTableSchema, {
115
- engine: 'ReplacingMergeTree(_id)',
115
+ engine: 'ReplacingMergeTree(updated_at)',
116
116
  orderBy: ['agency_id', 'trip_id', 'window_start', 'window_end'],
117
117
  });
118
118
  this.rides = new ClickHouseInterfaceTemplate(instance, this.databaseName, 'rides', ridesTableSchema, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/go-interfaces-labdb",
3
- "version": "20260902.2336.45",
3
+ "version": "20260903.1113.18",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"