Skip to content

Commit

Permalink
Update c54a9fbab8dc_add_model_and_data_columns.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrester committed May 9, 2024
1 parent 7a00363 commit a047128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


def upgrade() -> None:
logger.info("Alembic revision: Adding types to model and data registries - {}", revision)
logger.info("Alembic revision: Adding interface columns to model and data registries - {}", revision)
try:
bind = op.get_context().bind
insp = sa.inspect(bind)
Expand Down

0 comments on commit a047128

Please sign in to comment.