Skip to content

Commit

Permalink
fix: style to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Dec 14, 2023
1 parent daca0a3 commit b4e4184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class LastChangedListContextFactory : IDesignTimeDbContextFactory<LastCha
public LastChangedListContext CreateDbContext(string[] args)
{
var optionsBuilder = new DbContextOptionsBuilder<LastChangedListContext>();

optionsBuilder.UseSqlServer(
@"Server=(localdb)\mssqllocaldb;Database=EFProviders.InMemory.LastChangedListContext;Trusted_Connection=True;",
options =>
Expand Down

0 comments on commit b4e4184

Please sign in to comment.