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

Protected Attributes

 $timestamp = '20130502000001'
 
 $description
 
 $author = 'Andy Theuninck (WFC)'
 
 $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_20130502000001::$description
protected
Initial value:
= 'Add the following columns to
dlog_15: memType, staff, numflag, charflag. This will
also drop the view dlog_90_view so it can be recreated
with the same columns included. Click the necessities tab
after this update to recreate the view.'
update_20130502000001::$queries
protected
Initial value:
= array(
'op' => array(),
'trans' => array(
'ALTER TABLE dlog_15 ADD COLUMN memType TINYINT AFTER ItemQtty',
'ALTER TABLE dlog_15 ADD COLUMN staff TINYINT AFTER memType',
'ALTER TABLE dlog_15 ADD COLUMN numflag INT AFTER staff',
'ALTER TABLE dlog_15 ADD COLUMN charflag VARCHAR(2) AFTER numflag',
'DROP VIEW dlog_90_view'
),
'archive' => array()
)

The documentation for this class was generated from the following file: