Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi committed Dec 13, 2024
1 parent 85af44a commit abd72fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zenml/zen_stores/schemas/run_metadata_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class RunMetadataResourceSchema(SQLModel, table=True):
__tablename__ = "run_metadata_resource"
__table_args__ = (
Index(
"my_index" "resource_id",
"run_metadata_resource_index",
"resource_id",
"resource_type",
),
)
Expand Down

0 comments on commit abd72fe

Please sign in to comment.