|
| $timestamp = '20130502000001' |
|
| $description |
|
| $author = 'Andy Theuninck (WFC)' |
|
| $queries |
|
| $timestamp = 'YYYYMMDDHHMMSS' |
|
| $description = 'Describe what your update does' |
|
| $author = 'Say who you are' |
|
| $queries |
|
|
| HtmlInfo () |
|
| HtmlQueries () |
|
| ApplyUpdates () |
|
| CheckStatus () |
|
| SetStatus ($st) |
|
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:
- fannie/install/updates/20130502000001.php