mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
feat: Added unreadMessages to chats
This commit is contained in:
parent
f2bb01a640
commit
f5f778ecbe
@ -1,4 +1,9 @@
|
||||
# 2.1.3 (develop)
|
||||
# 2.2.0 (develop)
|
||||
|
||||
### Features
|
||||
|
||||
* Fake Call function
|
||||
* Added unreadMessages to chats
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Chat" ADD COLUMN "unreadMessages" INTEGER NOT NULL DEFAULT 0;
|
Loading…
Reference in New Issue
Block a user