Skip to content

Commit

Permalink
Update 587bdf053233_adding_index_for_dag_id_in_job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Dec 30, 2021
1 parent 63662c3 commit 4335b24
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@
"""adding index for dag_id in job
Revision ID: 587bdf053233
Revises: 5e3ec427fdd3
Revises: f9da662e7089
Create Date: 2021-12-14 10:20:12.482940
"""

import sqlalchemy as sa
from alembic import op


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

Expand Down

0 comments on commit 4335b24

Please sign in to comment.