mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
chore: increase token length in Instance model across MySQL, PostgreSQL, and PSQL Bouncer schemas
Some checks failed
Some checks failed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Instance" ALTER COLUMN "token" TYPE VARCHAR(500);
|
||||
|
||||
Reference in New Issue
Block a user