From 3fcfd114f70755bcdfe6557fcceba5fd03e937ac Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 17 May 2018 21:23:03 +0200 Subject: [PATCH] Add upgrade128.sql --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 67f0da304..cce784f4b 100644 --- a/include/constant.php +++ b/include/constant.php @@ -110,7 +110,7 @@ if ( !defined ("NOALYSS_PACKAGE_REPOSITORY")) { if ( ! defined ("SYSINFO_DISPLAY")) { define ("SYSINFO_DISPLAY",TRUE); } -define ("DBVERSION",128); +define ("DBVERSION",129); define ("MONO_DATABASE",25); define ("DBVERSIONREPO",18); define ('NOTFOUND','--not found--');