Elgg  Version 5.1
upgrades.php
Go to the documentation of this file.
1 <?php
9 return [
10  \Elgg\Upgrades\AlterDatabaseToMultiByteCharset::class,
11  \Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::class,
12  \Elgg\Upgrades\ContentOwnerSubscriptions::class,
13  \Elgg\Upgrades\DeleteDiagnosticsPlugin::class,
14  \Elgg\Upgrades\DeleteNotificationsPlugin::class,
15  \Elgg\Upgrades\MigrateACLNotificationPreferences::class,
16  \Elgg\Upgrades\NotificationsPrefix::class,
17  \Elgg\Upgrades\RemoveOrphanedThreadedComments::class,
18 ];