|
| $timestamp = '20130118214805' |
|
| $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_20130118214805::$description |
|
protected |
Initial value:= 'Create and populate special backups of tables
<br />products, productBackup and prodExtra
<br />prior to changing the data type of upc in each.
<br />If this succeeds run update 20130118214806 to make the data type changes.
<br />If that succeeds but you need to restore the leading zeros on upc, run update 20130118214807.
<br />When all is well run update 20130118214808 to drop these special backups.
<br />These changes were tested under MySQL 5.1'
update_20130118214805::$queries |
|
protected |
Initial value:= array(
'op' => array(
'CREATE TABLE productBackup_upc LIKE productBackup',
'INSERT INTO productBackup_upc (SELECT * from productBackup)',
'CREATE TABLE prodExtra_upc LIKE prodExtra',
'INSERT INTO prodExtra_upc (SELECT * from prodExtra)',
'CREATE TABLE products_upc LIKE products',
'INSERT INTO products_upc (SELECT * from products)'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20130118214805.php