feat(fundamentals): dynamic settings, IFinlyticLogger, live log streaming, and EF migration
This commit is contained in:
@@ -47,7 +47,8 @@ namespace FinlyticFundamentals.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("Key");
|
||||
b.HasIndex("Key")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("DynamicSettings");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user