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.
1 parent 7c173c4 commit 41a003fCopy full SHA for 41a003f
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