Skip to content

Commit

Permalink
typo on downgrade alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Sep 18, 2024
1 parent ed98d49 commit 0d0579f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def downgrade() -> None:
alembic.op.drop_table("contents_keywords_m2m")
alembic.op.drop_table("content_keywords")
alembic.op.drop_table("contents")
alembic.op.drop_column("catalogue_updates", "contents_repo_commit")
alembic.op.drop_column("catalogue_updates", "content_repo_commit")

0 comments on commit 0d0579f

Please sign in to comment.