Skip to content

Commit 06b5a88

Browse files
committed
Tweak comment.
1 parent b58a6a8 commit 06b5a88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PSql.Deploy.Engine/Seeds/SeedLoader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ private void AddBatch(string text, int start, int index)
203203

204204
private void EndModule()
205205
{
206-
// Ensure every module except the initial module (or its own
207-
// dependencies) implicitly requires the initial module
206+
// Ensure every module except init (or those providing init) implicitly
207+
// requires init; this ensure initialization runs before other modules
208208
if (_moduleName != InitialModuleName && !_provides.Contains(InitialModuleName))
209209
_requires.Add(InitialModuleName);
210210

0 commit comments

Comments
 (0)