@tmlmobilidade/databases 20260513.1532.47 → 20260514.1140.40

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.
@@ -11,7 +11,7 @@ declare class SimplifiedVehicleEventsNewClass extends ClickHouseInterfaceTemplat
11
11
  readonly engine: ClickHouseTableEngine;
12
12
  readonly orderBy = "(operational_date, trip_id, vehicle_id, agency_id, created_at)";
13
13
  readonly partitionBy = "toYYYYMM(fromUnixTimestamp64Milli(created_at))";
14
- readonly primaryKey = "(operational_day, trip_id, vehicle_id)";
14
+ readonly primaryKey = "(operational_date, trip_id, vehicle_id)";
15
15
  readonly schema: ClickHouseSchema<{
16
16
  _id: string;
17
17
  created_at: number & {
@@ -35,7 +35,7 @@ class SimplifiedVehicleEventsNewClass extends ClickHouseInterfaceTemplate {
35
35
  engine = 'ReplacingMergeTree';
36
36
  orderBy = '(operational_date, trip_id, vehicle_id, agency_id, created_at)';
37
37
  partitionBy = 'toYYYYMM(fromUnixTimestamp64Milli(created_at))';
38
- primaryKey = '(operational_day, trip_id, vehicle_id)';
38
+ primaryKey = '(operational_date, trip_id, vehicle_id)';
39
39
  schema = tableSchema;
40
40
  tableName = 'simplified_vehicle_events';
41
41
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/databases",
3
- "version": "20260513.1532.47",
3
+ "version": "20260514.1140.40",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"