CORE POS - Fannie
The CORE POS back end
Protected Attributes | List of all members
update_20130118214805 Class Reference
Inheritance diagram for update_20130118214805:
UpdateObj

Protected Attributes

 $timestamp = '20130118214805'
 
 $description
 
 $author = 'Eric Lee (WEFC_Toronto)'
 
 $queries
 
- Protected Attributes inherited from UpdateObj
 $timestamp = 'YYYYMMDDHHMMSS'
 
 $description = 'Describe what your update does'
 
 $author = 'Say who you are'
 
 $queries
 

Additional Inherited Members

- Public Member Functions inherited from UpdateObj
 HtmlInfo ()
 
 HtmlQueries ()
 
 ApplyUpdates ()
 
 CheckStatus ()
 
 SetStatus ($st)
 

Member Data Documentation

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: