Skip to content

Commit

Permalink
fixup! Fix alembic autogeneration and rename mismatching constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Apr 15, 2024
1 parent 25385f9 commit bd15707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def downgrade():

with op.batch_alter_table('dag', schema=None) as batch_op:
batch_op.alter_column('max_consecutive_failed_dag_runs',
existing_type=sa.INTEGER(),
existing_type=sa.Integer(),
nullable=True)

with op.batch_alter_table('connection', schema=None) as batch_op:
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/img/airflow_erd.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b5a57a4a528b0ed95e68750fab90912507e073b1e4bb67d86940b282d388a05
54a34534280d8d8af3011b4279324ab73ee1dac7ffd3a1e8874134d41de4f4a5
4 changes: 2 additions & 2 deletions docs/apache-airflow/img/airflow_erd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd15707

Please sign in to comment.