Integrate SQL script 21

This commit is contained in:
sparkyx 2025-08-05 08:46:16 +02:00
parent e9e49a0e2b
commit c389246f23
4 changed files with 38 additions and 34 deletions

View file

@ -25,7 +25,7 @@
global $version_noalyss;
// version
define('NOALYSS_VERSION', 9311 );
define('NOALYSS_VERSION', 9312 );
// Database schema version
define("DBVERSION", 203);
@ -34,7 +34,7 @@ define("DBVERSION", 203);
define("MONO_DATABASE", 25);
// Version schema of account_repository database
define("DBVERSIONREPO", 20);
define("DBVERSIONREPO", 21);
/*
* Include path
*/