This commit is contained in:
@@ -19,7 +19,7 @@ internal sealed class PostgresRespawner : IDisposable
|
||||
DbConnection connection = new NpgsqlConnection(connectionString);
|
||||
await connection.OpenAsync();
|
||||
|
||||
var respawner = await Respawner.CreateAsync(connection,
|
||||
Respawner respawner = await Respawner.CreateAsync(connection,
|
||||
new RespawnerOptions
|
||||
{
|
||||
SchemasToInclude = ["public"],
|
||||
|
||||
Reference in New Issue
Block a user