From 094d7b2cda1014a3a44b771a3cb9ffdab78855fd Mon Sep 17 00:00:00 2001 From: Benoit DUMONT Date: Sat, 21 Dec 2019 17:39:24 +0100 Subject: [PATCH] chore:source prepare the new 4.4 version and update database version to 1462 --- source/src/main/webapp/DatabaseMaintenance.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/main/webapp/DatabaseMaintenance.jsp b/source/src/main/webapp/DatabaseMaintenance.jsp index 94ecced1d1..f26834b38b 100644 --- a/source/src/main/webapp/DatabaseMaintenance.jsp +++ b/source/src/main/webapp/DatabaseMaintenance.jsp @@ -64,7 +64,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 = 1441; // 4.3 Version LEVEL. + Integer SQLLimit = 1463; // 4.4 Version LEVEL. IFactoryMyversion factoryMyversion; try {