Exemplo n.º 1
0
 public Task <FlywayOutputResult> CleanAsync(FlywayCleanOptionGroup options = null)
 {
     return(ExecAsync("clean", options ?? Configuration));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Drops all objects in the configured schemas.
 /// </summary>
 public FlywayOutputResult Clean(FlywayCleanOptionGroup options = null)
 {
     return(Exec("clean", options ?? Configuration));
 }