JoaoJandre commented on code in PR #10485:
URL: https://github.com/apache/cloudstack/pull/10485#discussion_r2096116955
##########
engine/schema/src/main/java/com/cloud/upgrade/dao/DbUpgrade.java:
##########
@@ -38,4 +38,6 @@ public interface DbUpgrade {
void performDataMigration(Connection conn);
InputStream[] getCleanupScripts();
+
+ default boolean refreshPoolConnectionsAfterUpgrade() { return false; }
Review Comment:
```suggestion
default boolean refreshPoolConnectionsAfterUpgrade() {
return false;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]