Skip to content

Commit

Permalink
recreate migration for SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 11, 2024
1 parent a7789ee commit f0a1a64
Show file tree
Hide file tree
Showing 27 changed files with 232 additions and 8,553 deletions.
2 changes: 1 addition & 1 deletion src/Infrastructure/Extensions/SerilogExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static void WriteToDatabase(LoggerConfiguration serilogConfig, IConfigur
WriteToNpgsql(serilogConfig, connectionString);
break;
case DbProviderKeys.SqLite:
WriteToSqLite(serilogConfig, "BlazorDashboardDb.db");
WriteToSqLite(serilogConfig, "\\BlazorDashboardDb.db");
break;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Blazor.Serilog.Sinks.SQLite" Version="1.0.6" />
<PackageReference Include="Blazor.Serilog.Sinks.SQLite" Version="1.0.7" />
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0-dev-00310" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit f0a1a64

Please sign in to comment.