Skip to content

Commit 92f08d9

Browse files
authored
Merge pull request #7 from GitHubSecurityLab/remove_redundant_field
remove field that is not needed
2 parents 7c173c4 + 41a003f commit 92f08d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcp_servers/memcache/memcache_backend/sql_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class AlertResults(Base):
2121
canonical_id: Mapped[int] = mapped_column(primary_key=True)
2222
alert_id: Mapped[str]
2323
repo: Mapped[str]
24-
bughalla_repo: Mapped[str]
2524
rule: Mapped[str]
2625
language: Mapped[str]
2726
location: Mapped[str]

0 commit comments

Comments
 (0)