diff options
| author | Christian Fowler <spider@viovio.com> | 2006-06-19 02:35:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-06-19 02:35:20 +0000 |
| commit | 52c3ae75fe0ce196368b98eebb8cb1509eff953b (patch) | |
| tree | 6a2337da5afbc6d92950dd52bf6d0fe6ee205056 /admin/upgrade_inc.php | |
| parent | 5e00826a94b5c5143f481c3a444106243384f6bf (diff) | |
| download | newsletters-52c3ae75fe0ce196368b98eebb8cb1509eff953b.tar.gz newsletters-52c3ae75fe0ce196368b98eebb8cb1509eff953b.tar.bz2 newsletters-52c3ae75fe0ce196368b98eebb8cb1509eff953b.zip | |
merge all of wolffies changes to HEAD. Now need to work on a few things like user_id in mail_subs table, etc.
Diffstat (limited to 'admin/upgrade_inc.php')
| -rw-r--r-- | admin/upgrade_inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 1e7bd65..a026749 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -19,6 +19,9 @@ array( 'DATADICT' => array( 'tiki_newsletters' => array( '`validateAddr`' => "`validate_addr` C(1) default 'y'" ), 'tiki_newsletters' => array( '`lastSent`' => '`last_sent` I8' ), 'tiki_newsletters_editions' => array( '`editionId`' => '`edition_id` I4 AUTO' ), + 'tiki_newsletter_subscriptions' => array( '`code`' => "`sub_code` C(36)" ), + 'tiki_newsletter_subscriptions' => array( '`valid`' => "`is_valid` C(1)" ), + 'tiki_newsletter_subscriptions' => array( '`subscribed`' => "`subscribed_date` I8" ), )), // ALTER array( 'ALTER' => array( @@ -52,7 +55,6 @@ array( 'QUERY' => array( 'DATADICT' => array( array( 'DROPCOLUMN' => array( 'tiki_newsletters' => array( '`name`', '`description`', '`created`', '`users`', '`editions`' ), - 'tiki_newsletter_subscriptions' => array( '`code`', '`valid`', '`subscribed`' ), )), )), ) |
