diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index b051e4ec6..24a3c1005 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -65,7 +65,7 @@ // this is used in order to execute only 1 instruction at a time as it make take a lot of time to process. boolean SQLExecuted = false; // SQL that has version equal to SQLLimit will not be executed automatically. - Integer SQLLimit = 1761; // 4.17 Version LEVEL. + Integer SQLLimit = 1784; // 4.18 Version LEVEL. IFactoryMyversion factoryMyversion; try {