Feng Forum

Other Topics => Development => : e2e4 July 28, 2010, 07:15:19 AM

: difference between og_mail_datas and og_mail_contents?
: e2e4 July 28, 2010, 07:15:19 AM
I want to delete  email messages by criteria and see what in feng  we have
tables, from which I should delete messages?

seems I just miss something, but  why in feng two tables, which contain much similar information?
: Re: difference between og_mail_datas and og_mail_contents?
: alvarotm01 July 28, 2010, 05:24:48 PM
In previous versions all email data was stored in one table, now for each email its info is splitted in these two tables due to performance issues.
If you want to delete an email you have to delete it from both tables, registries with the same id are part of the same email.
: Re: difference between og_mail_datas and og_mail_contents?
: e2e4 July 29, 2010, 01:45:51 AM
thanks a lot!