|
| $timestamp = '20130106233554' |
|
| $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_20130106233554::$description |
|
protected |
Initial value:= 'Create, or re-create, table for a list of available member contact preferences.
Describes values in memContact.
Also see 20130106233555 to populate the table.'
update_20130106233554::$queries |
|
protected |
Initial value:= array(
'op' => array(
'DROP TABLE IF EXISTS memContactPrefs',
'CREATE TABLE memContactPrefs (
pref_id int,
pref_description varchar(50),
PRIMARY KEY (pref_id))'
),
'trans' => array(),
'archive' => array()
)
The documentation for this class was generated from the following file:
- fannie/install/updates/20130106233554.php