On Jul 20, 2006, at 6:00 AM, Adrian wrote:
What I think would be cool... is if you had the db_create_table function, to
spawn new derivative tables.
ie: node_deleted (or node_archived) , etc.
The logic for applying updates to trash binned content can become very complex though =(
i considered this approach, but did abandon it at the time because of the complexity. atm, the trashbin patch wipes the trash data when a user performs a db update, which is an easy way to avoid corrupted data, although not as elegant as it could be... :)