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

Protected Attributes

 $timestamp = '20130515144915'
 
 $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_20130515144915::$description
protected
Initial value:
= 'This update:
changes the PRIMARY KEY of userSessions to (uid, session_id)
'
update_20130515144915::$queries
protected
Initial value:
= array(
'op' => array(
'ALTER TABLE userSessions DROP PRIMARY KEY',
'ALTER TABLE userSessions ADD PRIMARY KEY (uid, session_id) USING BTREE'),
'trans' => array(),
'archive' => array()
)

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