We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @timhunt ,
looking at a recent result of the admin/cli/check_database_schema.php tool on our Moodle instance which says
------------------------------------------------------------------------------- report_customsql_queries * Missing index 'usermodified' (not unique (usermodified)). CREATE INDEX mdl_repocustquer_use_ix ON mdl_report_customsql_queries (usermodified); -----------------------------------------------------------------------------
I assume that in 0ba0d70, you have added the new database fields within db/upgrade.php, but haven't added the index as well.
I can fix this locally in our DB, but I think it would make sense if you still would add this to db/upgrade.php and publish a new version.
Thanks in advance, Alex
The text was updated successfully, but these errors were encountered:
Fix issue moodleou#98 to add a key
82b238b
I made a PR for fixing this issue. Could you review the PR and merge to fix the issue?
Kind regards, Tomo
Sorry, something went wrong.
Fix issue #98 to add a key
7d7e37a
Issue moodleou#98 - allow report results to be retrieved via WS via /…
2ef815f
…webservice/pluginfile * separate download endpoint no longer needed, refactor to use new code
No branches or pull requests
Hi @timhunt ,
looking at a recent result of the admin/cli/check_database_schema.php tool on our Moodle instance which says
I assume that in 0ba0d70, you have added the new database fields within db/upgrade.php, but haven't added the index as well.
I can fix this locally in our DB, but I think it would make sense if you still would add this to db/upgrade.php and publish a new version.
Thanks in advance,
Alex
The text was updated successfully, but these errors were encountered: