diff --git a/db/upgrade.php b/db/upgrade.php index 5f9c468..88f21f2 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -14,12 +14,17 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . -/** - * This file handles database upgrades for tool_lcbackupcoursestep. + /** + * Upgrade script for tool_lcbackupcoursestep. * + * This function handles any necessary upgrades to the tool_lcbackupcoursestep plugin. + * * @package tool_lcbackupcoursestep * @copyright 2024 Catalyst * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + * @param int $oldversion The version of the plugin we are upgrading from. + * @return bool True if the upgrade was successful. */ function xmldb_tool_lcbackupcoursestep_upgrade($oldversion) {