Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

Upgrade logic.

Author: Jesus Federico (jesus [at] blindsidenetworks [dt] com)
Author: Fred Dixon (ffdixon [at] blindsidenetworks [dt] com)
Copyright: 2010 onwards, Blindside Networks Inc
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 544 lines (29 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions


Functions that are not part of a class:

xmldb_bigbluebuttonbn_upgrade($oldversion = 0)   X-Ref
Performs data migrations and updates on upgrade.

param: int $oldversion
return: bool

xmldb_bigbluebuttonbn_add_change_field(database_manager $dbman, string $tablename, string $fieldname,array $fielddefinition)   X-Ref
Generic helper function for adding or changing a field in a table.

param: database_manager $dbman
param: string $tablename
param: string $fieldname
param: array $fielddefinition

xmldb_bigbluebuttonbn_index_table(database_manager $dbman, string $tablename, string $indexname, array $indexfields,$indextype = XMLDB_INDEX_NOTUNIQUE)   X-Ref
Generic helper function for adding index to a table.

param: database_manager $dbman
param: string $tablename
param: string $indexname
param: array $indexfields
param: string|false|null $indextype