Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt
===================================================================
diff -u -ra01c8d560f9fc30520fc717d83888a3bf6974cc9 -rf165ef32cdd4f7be892d0433578709272ee7a70e
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt (.../RingtoetsEntities.Context.tt) (revision a01c8d560f9fc30520fc717d83888a3bf6974cc9)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt (.../RingtoetsEntities.Context.tt) (revision f165ef32cdd4f7be892d0433578709272ee7a70e)
@@ -80,6 +80,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();