(Hidden by Administrator)
Bug 956229 Comment 26 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I've renamed the existing hooks per dkl's comment #24 (and I will be reverting that and just adding a new hook per glob's comment #25) but a more interesting problem has become apparent: When a flag is removed, the row from flags is DELETEd. If we set DELETE => 'CASCADE', then our flag activity state entry will disappear; if we set it to 'SET NULL', we must make flag_id nullable. Is it acceptable to lose the information from the flags table when a flag is deleted?