Skip to content

check_database_schema.php tells me that dashaddon_dashboard_dash is not expected #103

@PeterHustensaft

Description

@PeterHustensaft

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)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions