Differences Between: [Versions 400 and 402] [Versions 401 and 402] [Versions 402 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: | 575 lines (30 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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 |