Elgg  Version 5.1
Public Member Functions | List of all members
RemoveSiteGuid Class Reference

Removes multisite support from 2.x schema. More...

Inheritance diagram for RemoveSiteGuid:

Public Member Functions

 validate ()
 Ensure that legacy schema only has 1 site entity Refuse to upgrade if it doesn't. More...
 
 up ()
 Removes site guid from legacy 2.x tables. More...
 
 down ()
 Add site_guid column and index. More...
 

Detailed Description

Removes multisite support from 2.x schema.

Definition at line 10 of file 20170728010000_remove_site_guid.php.

Member Function Documentation

RemoveSiteGuid::down ( )

Add site_guid column and index.

Definition at line 137 of file 20170728010000_remove_site_guid.php.

RemoveSiteGuid::up ( )

Removes site guid from legacy 2.x tables.

Definition at line 49 of file 20170728010000_remove_site_guid.php.

RemoveSiteGuid::validate ( )

Ensure that legacy schema only has 1 site entity Refuse to upgrade if it doesn't.

Exceptions
InstallationException

Definition at line 18 of file 20170728010000_remove_site_guid.php.


The documentation for this class was generated from the following file: