feat(fundamentals): dynamic settings, IFinlyticLogger, live log streaming, and EF migration

This commit is contained in:
2026-08-15 21:29:50 +02:00
parent 3dbee36ca0
commit a1f2b888f6
7 changed files with 600 additions and 28 deletions
@@ -47,7 +47,8 @@ namespace FinlyticFundamentals.Migrations
b.HasKey("Id");
b.HasIndex("Key");
b.HasIndex("Key")
.IsUnique();
b.ToTable("DynamicSettings");
});