MDL-61255 core_message: adjusted upgrade.txt

This commit is contained in:
Mark Nelson 2018-04-05 11:00:17 +08:00
parent e78523bff8
commit 6f0731adc5

View File

@ -37,9 +37,9 @@ information provided here is intended especially for developers.
- message_get_history
- message_get_recent_conversations
* Added new events for when a notification is sent and viewed.
* Removed the database tables 'message_popup' and 'message_working'. The 'message_working' table was introduced when
the messaging system was first introduced in Moodle, so, a long time ago. It served no real purpose. The
'message_popup' table is also no longer necessary now we have a separate table for notifications.
* Removed the database table 'message_working'. The 'message_working' table was introduced when
the messaging system was first introduced in Moodle, so, a long time ago. It was never necessary.
* Replaced the usage of the table 'message_popup' to a new table 'message_popup_notifications'.
=== 3.2 ===