Added full-text search to voice works search provider. Added initial tests for voice works full-text search.
This commit is contained in:
@@ -26,7 +26,7 @@ public class MariaDbFixture : IAsyncLifetime
|
||||
|
||||
await using AppDbContext context = CreateDbContext();
|
||||
await context.Database.EnsureCreatedAsync();
|
||||
|
||||
//await context.Database.MigrateAsync(); // Testing
|
||||
await OnInitializedAsync(context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user