PR-Pilot-AI / pr-pilot

An AI agent for your development workflow that can search and manipulate the code base, browse the internet and interact with Github issues and pull requests
https://www.pr-pilot.ai
GNU General Public License v3.0
148 stars 15 forks source link

🐛 Fix missing migration for SentryIntegration model #186

Closed pr-pilot-ai[bot] closed 2 months ago

pr-pilot-ai[bot] commented 2 months ago

The recent addition of the SentryIntegration model in accounts/models.py is missing a corresponding migration file. This needs to be addressed to ensure the database schema is up-to-date.

Steps to Reproduce

  1. Add the SentryIntegration model to accounts/models.py.
  2. Run python manage.py makemigrations.
  3. Observe that no new migration file is created.

Expected Behavior

A new migration file should be created to reflect the changes in the model.

Suggested Solution

Reference

This issue is related to the task of adding a Sentry integration to PR Pilot.