Skip to content

Commit cdf494e

Browse files
committed
2 parents fba4c50 + fc6c0ec commit cdf494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/EF.Reverse.POCO.ttinclude

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ foreach(var tbl in from t in Settings.Tables.Where(t => !t.IsMapping && t.HasPri
341341
partial void InitializePartial();
342342
partial void DisposePartial(bool disposing);
343343
partial void OnModelCreatingPartial(System.Data.Entity.DbModelBuilder modelBuilder);
344-
static partial void OnCreateModelPartial(System.Data.Entity.DbModelBuilder modelBuilder, string schema);
344+
static partial void OnCreateModelPartial(System.Data.Entity.DbModelBuilder modelBuilder, string schema);
345345
<#}#>
346346
<# if (Settings.StoredProcs.Any())
347347
{ #>

0 commit comments

Comments
 (0)