@@ -16,7 +16,6 @@ public static void PostgresqlDatabase(this DbUp.SupportedDatabasesForEnsureDatab
1616 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString ) { }
1717 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
1818 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
19- public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions , string owner ) { }
2019 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger ) { }
2120 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
2221 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
@@ -25,6 +24,7 @@ public static void PostgresqlDatabase(this DbUp.SupportedDatabasesForEnsureDatab
2524 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
2625 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , System . Security . Cryptography . X509Certificates . X509Certificate2 certificate ) { }
2726 public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForDropDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions ) { }
27+ public static void PostgresqlDatabase ( this DbUp . SupportedDatabasesForEnsureDatabase supported , string connectionString , DbUp . Engine . Output . IUpgradeLog logger , DbUp . Postgresql . PostgresqlConnectionOptions connectionOptions , string owner ) { }
2828}
2929namespace DbUp . Postgresql
3030{
0 commit comments