mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-27 10:05:32 +02:00
- Introduced a new SQL file to add a unique constraint on the combination of applicationId and pullRequestId in the preview_deployments table. - Updated the _journal.json to include the new migration entry for version 142. - Created a new snapshot file for version 142 to reflect the current database schema. - Modified the preview-deployments schema to include a unique index for applicationId and pullRequestId, enhancing data integrity.