Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PeterHustensaft opened this issue Dec 10, 2024 · 0 comments

Comments

@PeterHustensaft
Copy link

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)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant