Skip to content

Commit

Permalink
Update borehole seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Dec 12, 2024
1 parent 2b769f0 commit 6b376cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/BdmsContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static void SeedData(this BdmsContext context)
.RuleFor(o => o.ReferenceElevationType, _ => default!)
.RuleFor(o => o.BoreholeCodelists, _ => new Collection<BoreholeCodelist>())
.RuleFor(o => o.Codelists, _ => new Collection<Codelist>())
.RuleFor(o => o.Observations, _ => new Collection<Observation>())
.RuleFor(o => o.Geometry, f =>
{
var point = new Point(f.Random.Int(2477750, 2830750), f.Random.Int(1066750, 1310750));
Expand Down

0 comments on commit 6b376cf

Please sign in to comment.