Files
evolution-api/prisma/postgresql-migrations/20251216143054_increase_token_length/migration.sql
Davidson Gomes 6efa879081
Some checks failed
Check Code Quality / check-lint-and-build (push) Has been cancelled
Build Docker image / Build and Deploy (push) Has been cancelled
Security Scan / CodeQL Analysis (javascript) (push) Has been cancelled
Security Scan / Dependency Review (push) Has been cancelled
chore: increase token length in Instance model across MySQL, PostgreSQL, and PSQL Bouncer schemas
2025-12-16 14:32:26 -03:00

4 lines
78 B
SQL

-- AlterTable
ALTER TABLE "Instance" ALTER COLUMN "token" TYPE VARCHAR(500);