Skip to content

Commit 867d394

Browse files
committed
Update Firebird 6 system table count
1 parent 0906967 commit 867d394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/org/firebirdsql/util/FirebirdSupportInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public int getSystemTableCount() {
520520
case 3 -> 50;
521521
case 4 -> 54;
522522
case 5 -> 56;
523-
case 6 -> 59;
523+
case 6 -> 60;
524524
default -> -1;
525525
};
526526
}

0 commit comments

Comments
 (0)