some background information:
We have a news-list where we daily send an alert to all our users with the new items.
Sometimes the creator of an item makes a mistake in the news and want to change this. The problem is that the users will receive the first version (new items added), so they will receive the "wrong" information
I know it's not recommended to edit directly in the DB but my question is:
can I edit the content in the DB in the table "AllUserData" ?
For example, if they wrote "new news itemm" and it should be "new news item", is it wrong to change this in the table directly? Or will this not work for the alert?
Or what could be a problem?
tnx for the info!