0ptim / JellyChat

🪼 AI chatbot for the DeFiChain ecosystem.
https://defichainwiki.com/jellychat
MIT License
11 stars 2 forks source link

Update existing messages `application` value #97

Closed 0ptim closed 1 year ago

0ptim commented 1 year ago

Set the application value for existing human messages to wiki, so they are also counted in future statistics.

update chat_messages
set
  application = 'wiki'
where
  message_type = 'human' and application IS NULL;