|
| $timestamp = '20121213000001' |
|
| $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_20121213000001::$description |
|
protected |
Initial value:= 'This update
is to support a datestamp for changes to membership-
related tables. It adds a self-updating field LastChange
to custdata. A new installation may already have this field.
Also see 20121213000002 which creates triggers that assign
this field.'
update_20121213000001::$queries |
|
protected |
Initial value:= array(
'op' => array(
'ALTER TABLE custdata add column
LastChange timestamp default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP after Shown,
add index (LastChange)'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20121213000001.php