@@ -13,15 +13,15 @@ public static DbUp.Builder.UpgradeEngineBuilder PostgresqlDatabase(this DbUp.Bui
1313 public static DbUp . Builder . UpgradeEngineBuilder PostgresqlDatabase ( this DbUp . Builder . SupportedDatabases supported , string connectionString , string schema , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
1414 public static DbUp . Builder . UpgradeEngineBuilder PostgresqlDatabase ( this DbUp . Builder . SupportedDatabases supported , string connectionString , string schema , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
1515 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString ) { }
16+ public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString ) { }
1617 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
1718 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
1819 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger ) { }
19- public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
20- public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
21- public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString ) { }
2220 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
2321 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
2422 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger ) { }
23+ public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
24+ public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
2525 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
2626 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
2727}
0 commit comments