Skip to content

Commit

Permalink
Reorder migrations to include bugfix in 2.2.4 (#21598)
Browse files Browse the repository at this point in the history
(cherry picked from commit 005cef0)
  • Loading branch information
jedcunningham committed Feb 17, 2022
1 parent 436f452 commit 1cbad37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -19,7 +19,7 @@
"""adding index for dag_id in job
Revision ID: 587bdf053233
Revises: f9da662e7089
Revises: c381b21cb7e4
Create Date: 2021-12-14 10:20:12.482940
"""
Expand All @@ -28,7 +28,7 @@

# revision identifiers, used by Alembic.
revision = '587bdf053233'
down_revision = 'f9da662e7089'
down_revision = 'c381b21cb7e4'
branch_labels = None
depends_on = None

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/migrations-ref.rst
Expand Up @@ -23,7 +23,7 @@ Here's the list of all the Database Migrations that are executed via when you ru
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
| Revision ID | Revises ID | Airflow Version | Description |
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
| ``587bdf053233`` (head) | ``f9da662e7089`` | ``2.3.0`` | Add index for ``dag_id`` column in ``job`` table. |
| ``587bdf053233`` (head) | ``c381b21cb7e4`` | ``2.2.4`` | Add index for ``dag_id`` column in ``job`` table. |
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
| ``c381b21cb7e4`` | ``be2bfac3da23`` | ``2.2.4`` | Create a ``session`` table to store web session data |
+--------------------------------+------------------+-----------------+---------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 1cbad37

Please sign in to comment.