diff options
| author | Christian Fowler <spider@viovio.com> | 2005-12-16 06:34:55 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-12-16 06:34:55 +0000 |
| commit | 91544f9367c2ad73932af17e92cba8f8eaf58519 (patch) | |
| tree | 11fdc037e039b4cbf86db7ac1e649e6d43f7d569 /admin/schema_inc.php | |
| parent | 5c976e0f6488cd1cdd13d06abe4c99bf5bc40f99 (diff) | |
| download | newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.tar.gz newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.tar.bz2 newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.zip | |
get mailing working - things actually send now. still lots of debug stuff strewn about
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 7e42ce4..faafe42 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -46,6 +46,7 @@ $tables = array( email C(160) PRIMARY, user_id I4, queue_date I8 NOTNULL, + begin_date I8, sent_date I8 CONSTRAINTS ', CONSTRAINT `tiki_nl_mailq_ed_ref` FOREIGN KEY (`edition_id`) REFERENCES `".BIT_DB_PREFIX."tiki_newsletters_editions`( `edition_id` ), , CONSTRAINT `tiki_nl_mailq_user_ref` FOREIGN KEY (`users_id`) REFERENCES `".BIT_DB_PREFIX."users_users`( `users_id` )' |
