|
| $timestamp = '20120706093700' |
|
| $description |
|
| $author = 'Andy Theuninck (WFC)' |
|
| $queries |
|
| $timestamp = 'YYYYMMDDHHMMSS' |
|
| $description = 'Describe what your update does' |
|
| $author = 'Say who you are' |
|
| $queries |
|
|
| HtmlInfo () |
|
| HtmlQueries () |
|
| ApplyUpdates () |
|
| CheckStatus () |
|
| SetStatus ($st) |
|
update_20120706093700::$description |
|
protected |
Initial value:= 'This update adds
a birth date column to the employees table. Depending
how you synchronize operational data with your lanes,
those tables might need an update too.'
update_20120706093700::$queries |
|
protected |
Initial value:= array(
'op' => array(
'ALTER TABLE employees ADD COLUMN birthdate DATETIME'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20120706093700.php