Skip to content

Commit

Permalink
Fixed api test
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Apr 4, 2016
1 parent 2195d30 commit 252b936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DbUp.Tests/DbUp.approved.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@ public class static SqlServerExtensions
"erScript() to manage connection behaviour")]
public static DbUp.Builder.UpgradeEngineBuilder SqlDatabase(this DbUp.Builder.SupportedDatabases supported, System.Func<System.Data.IDbConnection> connectionFactory, string schema) { }
public static void SqlDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString) { }
public static void SqlDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString, DbUp.Engine.Output.IUpgradeLog logger) { }
public static void SqlDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString, int commandTimeout) { }
public static void SqlDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString, DbUp.Engine.Output.IUpgradeLog logger, int timeout = -1) { }
}
public class static StandardExtensions
{
Expand Down

0 comments on commit 252b936

Please sign in to comment.