Convert upgrade.sql to upgrade202.sql

This commit is contained in:
sparkyx 2024-12-06 17:43:23 +01:00
parent e319f81b8a
commit 4e7033b3d1
3 changed files with 28 additions and 23 deletions

View file

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