Merge branch 'stable-2.6'
* stable-2.6: Migration v57 setInt parameter trivial fix Disable closing idle Ssh connections again
This commit is contained in:
@@ -125,7 +125,7 @@ public class Schema_57 extends SchemaVersion {
|
||||
}
|
||||
|
||||
AccountGroup batch = db.accountGroups().get(sc.batchUsersGroupId);
|
||||
stmt.setInt(0, sc.batchUsersGroupId.get());
|
||||
stmt.setInt(1, sc.batchUsersGroupId.get());
|
||||
if (batch != null
|
||||
&& db.accountGroupMembers().byGroup(sc.batchUsersGroupId).toList().isEmpty()
|
||||
&& stmt.executeQuery().first() != false) {
|
||||
|
Reference in New Issue
Block a user