Skip to content

Commit 6a5112f

Browse files
committed
Updated surface area test
1 parent fe5065d commit 6a5112f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/ApprovalFiles/NoPublicApiChanges.Run.approved.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ protected override void ReadCustomStatement() { }
3333
}
3434
public static class OracleExtensions
3535
{
36+
public static DbUp.Builder.UpgradeEngineBuilder JournalToOracleTable(this DbUp.Builder.UpgradeEngineBuilder builder, string schema, string table) { }
3637
public static DbUp.Builder.UpgradeEngineBuilder OracleDatabase(DbUp.Engine.Transactions.IConnectionManager connectionManager) { }
3738
[System.ObsoleteAttribute("Use OracleDatabaseWithDefaultDelimiter, OracleDatabaseWithSemicolonDelimiter or the OracleDatabase with the delimiter parameter instead, see https://github.com/DbUp/DbUp/pull/335")]
3839
public static DbUp.Builder.UpgradeEngineBuilder OracleDatabase(this DbUp.Builder.SupportedDatabases supported, string connectionString) { }

0 commit comments

Comments
 (0)