Fix: cannot delete an operation when there are supplemental document attached

This commit is contained in:
sparkyx 2026-05-01 10:42:10 +02:00
parent 6e976e4a68
commit 7a9c56ac2f
2 changed files with 8 additions and 1 deletions

View file

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