evolution-api/prisma
Davidson Gomes 37a9e316a8 Refactor database migrations and schema for Chat and Setting tables
- Removed the unique constraint on `remoteJid` and `instanceId` in the `Chat` model to prevent potential migration failures due to existing duplicates.
- Deleted the old migration file for adding `wavoipToken` to the `Setting` table and created a new migration that includes a check for the column's existence before adding it, ensuring smoother migration processes.
- Updated migration logic to clear previous migrations related to `wavoip_token` to maintain a clean migration history.
2025-01-22 11:58:34 -03:00
..
mysql-migrations Fix Message.Status as String 2024-11-08 07:15:23 -03:00
postgresql-migrations Refactor database migrations and schema for Chat and Setting tables 2025-01-22 11:58:34 -03:00
mysql-schema.prisma Enhance settings and integrate Baileys controller for WhatsApp functionality 2025-01-16 11:58:33 -03:00
postgresql-schema.prisma Refactor database migrations and schema for Chat and Setting tables 2025-01-22 11:58:34 -03:00