Skip to content

Commit

Permalink
Fixup missing schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Apr 3, 2024
1 parent 87ccc01 commit 3e7c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/dimensions-config/352c30854bb0.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def upgrade() -> None:
ctx.attributes.validate_dimensions_json(6)

_LOG.info("Adding can_see_sky column to exposure table")
op.add_column(_TABLE, sa.Column(_NEW_COLUMN, sa.Boolean, nullable=True))
op.add_column(_TABLE, sa.Column(_NEW_COLUMN, sa.Boolean, nullable=True), schema=ctx.schema)

# Set values for existing data based on the exposure's observation_type,
# which is closely correlated with whether the sky is visible in the
Expand Down

0 comments on commit 3e7c208

Please sign in to comment.