Convert upgrade.sql to upgrade202.sql

This commit is contained in:
sparkyx 2024-12-06 17:43:23 +01:00
parent af9fb3e8c5
commit dd29250c22
3 changed files with 26 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);