Skip to content

Commit

Permalink
feat: Add id field to AlertTagBase model
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Aug 17, 2024
1 parent e484211 commit bc5e327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/incidents/schema/db_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class AssetCreate(BaseModel):

class AlertTagBase(BaseModel):
tag: str
id: int


class AlertTagCreate(BaseModel):
Expand Down

0 comments on commit bc5e327

Please sign in to comment.