When checking the Moodle Database with the CLI tool from moodle, "check_database_schema.php"
The output shows that one table is not expected:
dashaddon_dashboard_dash
* table is not expected
But the add-on is used, and removing that table would break the system.
Installed version of Block_dash
$plugin->version = 2024050802; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires this Moodle version.
$plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.0';
$plugin->supported = [401, 403];
Moodle Version
$version = 2022112814.00;
$release = '4.1.14 (Build: 20241007)'