Skip to content

Commit

Permalink
tested and ok and savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdrasCaleb committed Jul 12, 2024
1 parent 57b7b84 commit 76cf68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function xmldb_tool_sentry_upgrade($oldversion): bool {

if ($oldversion < 2024071200) {
$DB->delete_records("mdl_config_plugins",[ 'plugin'=>'tool_sentry','name'=>'dns']);
upgrade_plugin_savepoint(true, 2024071200, 'tool', 'sentry');
}

return true;
Expand Down

0 comments on commit 76cf68a

Please sign in to comment.