|
| $timestamp = '20130515144915' |
|
| $description |
|
| $author = 'Eric Lee (WEFC_Toronto)' |
|
| $queries |
|
| $timestamp = 'YYYYMMDDHHMMSS' |
|
| $description = 'Describe what your update does' |
|
| $author = 'Say who you are' |
|
| $queries |
|
|
| HtmlInfo () |
|
| HtmlQueries () |
|
| ApplyUpdates () |
|
| CheckStatus () |
|
| SetStatus ($st) |
|
update_20130515144915::$description |
|
protected |
Initial value:= 'This update:
changes the PRIMARY KEY of userSessions to (uid, session_id)
'
update_20130515144915::$queries |
|
protected |
Initial value:= array(
'op' => array(
'ALTER TABLE userSessions DROP PRIMARY KEY',
'ALTER TABLE userSessions ADD PRIMARY KEY (uid, session_id) USING BTREE'),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20130515144915.php