mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Added migration for name column in chats
This commit is contained in:
parent
d31b2c7f97
commit
77cf4125dd
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Chat" ADD COLUMN "name" VARCHAR(100);
|
Loading…
Reference in New Issue
Block a user