Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef361670dd810f76dd465ddc7ca34e8bd0e43ee4
Choose a base ref
..
head repository: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e5f99d49c2c04c8406399c2044739ba7b25f9ef
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/GovUk.Education.ExploreEducationStatistics.Publisher/PublisherHostBuilderExtensions.cs
Original file line number Diff line number Diff line change
@@ -166,6 +166,9 @@ public static IHostBuilder ConfigurePublisherHostBuilder(this IHostBuilder hostB
services.AddFunctionAppPsqlDbContext<PublicDataDbContext>(connectionString, hostContext);
}
}

StartupUtils.AddPersistenceHelper<ContentDbContext>(services);
StartupUtils.AddPersistenceHelper<StatisticsDbContext>(services);
});
}