Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
===================================================================
diff -u -r6946691cf40fe32509dcaaa5266600b165954319 -rf165ef32cdd4f7be892d0433578709272ee7a70e
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs (.../RingtoetsEntities.Context.cs) (revision 6946691cf40fe32509dcaaa5266600b165954319)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs (.../RingtoetsEntities.Context.cs) (revision f165ef32cdd4f7be892d0433578709272ee7a70e)
@@ -20,6 +20,12 @@
{
}
+ ///
+ /// This method is called in a 'code first' approach when the model for a derived has been initialized,
+ /// but before the model has been locked down and used to initialize the .
+ ///
+ /// The that defines the model for the context being created.
+ /// Thrown because the is created in a 'code first' approach.
protected override void OnModelCreating(DbModelBuilder modelBuilder)
{
throw new UnintentionalCodeFirstException();