Skip to content

Commit

Permalink
Trying to isolate a test that's unreliable a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 22, 2024
1 parent 9eb376b commit 494c13d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ public async Task apply_changes_on_startup()
{
opts.Connection(ConnectionSource.ConnectionString);
opts.RegisterDocumentType<User>();
opts.DatabaseSchemaName = "first_store";
})
.ApplyAllDatabaseChangesOnStartup();
});
Expand Down

0 comments on commit 494c13d

Please sign in to comment.