We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c173c4 + 41a003f commit 92f08d9Copy full SHA for 92f08d9
mcp_servers/memcache/memcache_backend/sql_models.py
@@ -21,7 +21,6 @@ class AlertResults(Base):
21
canonical_id: Mapped[int] = mapped_column(primary_key=True)
22
alert_id: Mapped[str]
23
repo: Mapped[str]
24
- bughalla_repo: Mapped[str]
25
rule: Mapped[str]
26
language: Mapped[str]
27
location: Mapped[str]
0 commit comments