This cannot be done by just adding a simple SQL, because comment editing is currently an extension and the `longdescs_activity` table only stores a previous comment per row. I’ll try to solve this based on [`_get_activity()`](https://github.com/mozilla-bteam/bmo/.blob/master/extensions/EditComments/Extension.pm#L107-L176).
Bug 1512497 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This cannot be done by just adding a simple SQL, because comment editing is currently an extension and the `longdescs_activity` table only stores a previous comment per row. I’ll try to solve this based on [`_get_activity()`](https://github.com/mozilla-bteam/bmo/blob/master/extensions/EditComments/Extension.pm#L107-L176).