From 6b376cf29f16155a6fa120ff279c2ec8845b7f29 Mon Sep 17 00:00:00 2001 From: Frederic Stahel Date: Thu, 12 Dec 2024 11:58:06 +0100 Subject: [PATCH] Update borehole seed --- src/api/BdmsContextExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/BdmsContextExtensions.cs b/src/api/BdmsContextExtensions.cs index f5c17fbcf..92680ff2a 100644 --- a/src/api/BdmsContextExtensions.cs +++ b/src/api/BdmsContextExtensions.cs @@ -187,6 +187,7 @@ public static void SeedData(this BdmsContext context) .RuleFor(o => o.ReferenceElevationType, _ => default!) .RuleFor(o => o.BoreholeCodelists, _ => new Collection()) .RuleFor(o => o.Codelists, _ => new Collection()) + .RuleFor(o => o.Observations, _ => new Collection()) .RuleFor(o => o.Geometry, f => { var point = new Point(f.Random.Int(2477750, 2830750), f.Random.Int(1066750, 1310750));