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

🐛 Add missing migration for SentryIntegration model #189

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

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

The SentryIntegration model was added to accounts/models.py to store the Sentry API key. However, the corresponding migration file is missing and needs to be created in accounts/migrations/.