mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-03 22:06:28 -06:00
feat: Added unreadMessages to chats
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
|||||||
# 2.1.3 (develop)
|
# 2.2.0 (develop)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Fake Call function
|
||||||
|
* Added unreadMessages to chats
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
+2
@@ -0,0 +1,2 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "Chat" ADD COLUMN "unreadMessages" INTEGER NOT NULL DEFAULT 0;
|
||||||
Reference in New Issue
Block a user