Closed 0ptim closed 1 year ago
Set the application value for existing human messages to wiki, so they are also counted in future statistics.
application
human
wiki
update chat_messages set application = 'wiki' where message_type = 'human' and application IS NULL;
Set the
application
value for existinghuman
messages towiki
, so they are also counted in future statistics.