Skip to content

feat!: squash database migrations into a single migration and added performance indexes#242

Merged
ronenkapelian merged 3 commits intomasterfrom
feat/add-idx/squash-migration
Apr 13, 2026
Merged

feat!: squash database migrations into a single migration and added performance indexes#242
ronenkapelian merged 3 commits intomasterfrom
feat/add-idx/squash-migration

Conversation

@ronenkapelian
Copy link
Copy Markdown
Collaborator

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

Related issues:

Further information:
This migration introduces new tables for jobs, stages, and tasks, along with necessary foreign keys and enums. It also includes several breaking changes, such as dropping and altering existing columns, which may lead to data loss if not handled properly.

@ronenkapelian ronenkapelian self-assigned this Mar 31, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 31, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 80%) 765 / 765
🔵 Statements 100% (🎯 80%) 782 / 782
🔵 Functions 100% (🎯 80%) 111 / 111
🔵 Branches 100% (🎯 80%) 217 / 217
File CoverageNo changed files found.
Generated in workflow #727 for commit 3774051 by the Vitest Coverage Report Action

@ronenkapelian ronenkapelian changed the title feat: add initial migration for job, stage, and task tables with enums and foreign keys feat: add initial v1 migration with optimized indexes for job, stage, and task tables Apr 13, 2026
@ronenkapelian ronenkapelian changed the title feat: add initial v1 migration with optimized indexes for job, stage, and task tables feat!: squash database migrations into a single migration and added performance indices Apr 13, 2026
@ronenkapelian ronenkapelian changed the title feat!: squash database migrations into a single migration and added performance indices feat!: squash database migrations into a single migration and added performance indexes Apr 13, 2026
@ronenkapelian ronenkapelian merged commit 3054003 into master Apr 13, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants