forked from ddrilling/AsbCloudServer
Add index by depth
This commit is contained in:
parent
33c79b6c8b
commit
57dd3110b8
@ -139,6 +139,12 @@ namespace AsbCloudDb.Model
|
||||
.HasConstraintName("t_well_t_telemetry_id_fk");
|
||||
});
|
||||
|
||||
modelBuilder.Entity<WellSection>(entity =>
|
||||
{
|
||||
entity.HasIndex(e => e.WellDepthPlan)
|
||||
.HasDatabaseName("IX_t_well_section_well_depth_plan");
|
||||
});
|
||||
|
||||
modelBuilder.Entity<RelationCompanyWell>(entity =>
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user