Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def upgrade():
"run_id", existing_type=string_id_col_type, existing_nullable=True, nullable=False
)

batch_op.drop_constraint("task_reschedule_dag_task_date_fkey", "foreignkey")
batch_op.drop_constraint("task_reschedule_dag_task_date_fkey", type_="foreignkey")
if dialect_name == "mysql":
# Mysql creates an index and a constraint -- we have to drop both
batch_op.drop_index("task_reschedule_dag_task_date_fkey")
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 @@
87f70d3f35c883e544ce7fe6337227c000a9cf995d148648ab19a931b490ecb8
d3e1272db6e730812ad1c6c317e8de0147aee7b4c02cc33cb096645a408eedd5
8 changes: 4 additions & 4 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.