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 6bc0002 commit 852d99d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

def upgrade() -> None:
"""Creates the 'run_metadata_resource' table and migrates data."""
# Create the `run_metadata_resource` table
op.create_table(
"run_metadata_resource",
sa.Column(
Expand Down

0 comments on commit 852d99d

Please sign in to comment.