Skip to content

Commit

Permalink
Update src/zenml/zen_stores/migrations/versions/cc269488e5a9_separate…
Browse files Browse the repository at this point in the history
…_run_metadata.py

Co-authored-by: Michael Schuster <[email protected]>
  • Loading branch information
bcdurak and schustmi authored Nov 29, 2024
1 parent c1b5a4c commit 93dccd8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def upgrade() -> None:
op.drop_column("run_metadata", "resource_id")
op.drop_column("run_metadata", "resource_type")

# Add the cached column to the database table
op.add_column(
"run_metadata",
sa.Column(
Expand Down

0 comments on commit 93dccd8

Please sign in to comment.