Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vithusha Kethiri committed Oct 21, 2024
1 parent bd0930b commit 8827b45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* 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) {
Expand Down

0 comments on commit 8827b45

Please sign in to comment.