We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee749f commit 0538bb2Copy full SHA for 0538bb2
doc/Developing-Step-By-Step.html
@@ -333,7 +333,7 @@ <h3>Database Migrations</h3>
333
tests</strong>. Surely, we should be careful about seed data since this code will always
334
be executed after each <strong>Update-Database</strong> command (See EntityFramework
335
documentations to know more about seed data). This class is created and called
336
-in <strong>InitialDbBuilder</strong> class, and it's called from
+in <strong>DefaultTenantBuilder</strong> class, and it's called from
337
EntityFramework's <strong>Configuration</strong> class. This is not so
338
important, just for a good code organization (see source codes).</p>
339
0 commit comments