Commit 107227b2fc1c70830b92f9a7ce94155b27fe940e
1 parent
da981eb5
Flow intensity
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
src/MapsDb/PostgresDbContext.cs
... | ... | @@ -177,7 +177,7 @@ namespace MapsDb |
177 | 177 | { |
178 | 178 | entity.ToTable("flow_intensity"); |
179 | 179 | |
180 | - entity.Property(e => e.FlowIntensityId).HasColumnName("flow_intensity_id"); | |
180 | + entity.Property(e => e.Id).HasColumnName("flow_intensity_id"); | |
181 | 181 | |
182 | 182 | entity.Property(e => e.Begin).HasColumnName("begin"); |
183 | 183 | ... | ... |