Skip to content

Commit

Permalink
Add v3 of timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes committed Sep 23, 2024
1 parent 549e2ca commit f7711b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class DeltaTableOptions

public string ENERGY_RESULTS_POINTS_PER_ES_GA_V1_VIEW_NAME { get; set; } = "energy_per_es_v1";

public string ENERGY_RESULTS_METERING_POINT_TIME_SERIES_V1_VIEW_NAME { get; set; } = "metering_point_time_series_v4";
public string ENERGY_RESULTS_METERING_POINT_TIME_SERIES_V1_VIEW_NAME { get; set; } = "metering_point_time_series_v3";

public string CHARGE_LINK_PERIODS_V1_VIEW_NAME { get; set; } = "charge_link_periods_v1";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public sealed class SettlementReportMeteringPointTimeSeriesEntityConfiguration :
{
public void Configure(EntityTypeBuilder<SettlementReportMeteringPointTimeSeriesEntity> builder)
{
builder.ToTable("metering_point_time_series_v4");
builder.ToTable("metering_point_time_series_v3");
builder.HasNoKey();
}
}

0 comments on commit f7711b1

Please sign in to comment.