|
| $timestamp = '20130118214806' |
|
| $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_20130118214806::$description |
|
protected |
Initial value:= 'Change the data type of upc in tables
<br />products, productBackup and prodExtra
<br />Before you do this back up these tables using update 20130118214805.
<br />If the data type change 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_20130118214806::$queries |
|
protected |
Initial value:= array(
'op' => array(
'ALTER TABLE productBackup CHANGE COLUMN upc upc VARCHAR(13)',
'ALTER TABLE prodExtra CHANGE COLUMN upc upc VARCHAR(13)',
'ALTER TABLE products CHANGE COLUMN upc upc VARCHAR(13)'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20130118214806.php