mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 16:46:12 +08:00
766bcbc684
This commit adds last_editor_id to ChatMessage for parity with Post in core, as well as adding user_id to the ChatMessageRevision record since we need to know who is making edits and revisions to messages, in case in future we want to allow more than just the current user to edit chat messages. The backfill for data here simply uses the record's creating user ID, but in future if we allow other people to edit the messages it will use their ID. |
||
---|---|---|
.. | ||
fixtures | ||
migrate | ||
post_migrate |