Skip to content

Commit

Permalink
feat(ChargingProcesses): Convert old chargingProcessesToNew
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Mar 10, 2024
1 parent e5ef301 commit afb1a16
Show file tree
Hide file tree
Showing 9 changed files with 672 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class ChargingProcess
public decimal? UsedGridEnergyKwh { get; set; }
public decimal? UsedSolarEnergyKwh { get; set; }
public decimal? Cost { get; set; }
public bool ConvertedFromOldStructure { get; set; }

public int CarId { get; set; }

Expand Down
Loading

0 comments on commit afb1a16

Please sign in to comment.