|
| $timestamp = '20130118214808' |
|
| $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_20130118214808::$description |
|
protected |
Initial value:= 'Drop the special backups of tables
<BR />products, productBackup and prodExtra created by update 20130118214805
<BR />to prepare for changing the data type of upc in each.
<BR />These changes were tested under MySQL 5.1'
update_20130118214808::$queries |
|
protected |
Initial value:= array(
'op' => array(
'DROP TABLE IF EXISTS productBackup_upc',
'DROP TABLE IF EXISTS prodExtra_upc',
'DROP TABLE IF EXISTS products_upc'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20130118214808.php