Database upgrade

This commit is contained in:
sparkyx 2024-07-13 22:00:39 +02:00
parent eb28f83c75
commit 5f13e6ede5
3 changed files with 90 additions and 85 deletions

View file

@ -28,7 +28,7 @@ global $version_noalyss;
define('NOALYSS_VERSION', 9206 );
// Database schema version
define("DBVERSION", 197);
define("DBVERSION", 198);
// version for MONO_DATABASE
define("MONO_DATABASE", 25);