Skip to content

Commit

Permalink
Merge pull request #368 from catalystfd/hardcodedprefix
Browse files Browse the repository at this point in the history
Remove hardcoded db prefix from query
  • Loading branch information
danmarsden authored Oct 15, 2024
2 parents 08bbe82 + 61d382c commit e0058c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ function xmldb_tool_excimer_upgrade($oldversion) {
$expectedcount = $DB->count_records_sql('
SELECT count(*) FROM (
SELECT MIN(id) AS id
FROM mdl_tool_excimer_page_groups
FROM {tool_excimer_page_groups}
GROUP BY LOWER(name), month
) a
');
Expand Down

0 comments on commit e0058c0

Please sign in to comment.