mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
prisma: adjusts for mysql and postgres
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Instance" ADD COLUMN "disconnectionAt" TIMESTAMP,
|
||||
ADD COLUMN "disconnectionObject" JSONB,
|
||||
ADD COLUMN "disconnectionReasonCode" INTEGER;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "OpenaiBot" ADD COLUMN "functionUrl" VARCHAR(500);
|
||||
Reference in New Issue
Block a user