Skip to content

Commit 46a6f7a

Browse files
authored
none may be up!
1 parent 48af60a commit 46a6f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public Boolean doInTransaction(TransactionStatus status) {
468468
ResultSet rs = pstmt.executeQuery()) {
469469
if (rs.next()) {
470470
int count = rs.getInt(1);
471-
return count <= 1;
471+
return count = 0;
472472
}
473473
} catch (SQLException e) {
474474
String errorMessage = "Unable to check if the management server is running in standalone mode.";

0 commit comments

Comments
 (0)