Skip to content

chore(repositories): Backfill the new ProjectRepository table#115351

Open
wedamija wants to merge 1 commit into
danf/repository-project-dual-writefrom
danf/repository-project-backfill
Open

chore(repositories): Backfill the new ProjectRepository table#115351
wedamija wants to merge 1 commit into
danf/repository-project-dual-writefrom
danf/repository-project-backfill

Conversation

@wedamija
Copy link
Copy Markdown
Member

This backfills the ProjectRepository table from existing tables in our system.

This backfills the `ProjectRepository` table from existing tables in our system.
@wedamija wedamija requested a review from a team as a code owner May 12, 2026 00:02
@wedamija wedamija requested a review from a team May 12, 2026 00:03
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 12, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit df46e00. Configure here.

Comment thread migrations_lockfile.txt
seer: 0011_add_project_repository_fk_to_seer

sentry: 1087_add_projectrepository
sentry: 1087_backfill_projectrepository
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile references wrong migration number

High Severity

The lockfile entry sentry: 1087_backfill_projectrepository references a migration that doesn't exist. The new migration file is 1088_backfill_projectrepository.py, so the lockfile entry needs to be sentry: 1088_backfill_projectrepository. This will break migration conflict detection for other developers.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit df46e00. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant