Skip to content

Commit

Permalink
Remove unused index
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Jul 22, 2024
1 parent 8312146 commit 21798a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fides/api/models/privacy_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,6 @@ class ConsentRequest(IdentityVerificationMixin, Base):

property_id = Column(
String,
index=True,
nullable=True,
)
provided_identity_id = Column(
Expand Down

0 comments on commit 21798a1

Please sign in to comment.