Skip to content

Commit

Permalink
fix alembic migration by updating revision IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Aishwarya Mathuria <[email protected]>
  • Loading branch information
amathuria committed Nov 29, 2023
1 parent 4ad5614 commit a07f537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alembic/versions/e8de4928657_modify_jobs_table.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""modify jobs table
Revision ID: e8de4928657
Revises: 11e2594da07b
Revises: 266e6f3efd94
Create Date: 2021-06-28 13:45:32.717585
"""

# revision identifiers, used by Alembic.
revision = 'e8de4928657'
down_revision = '11e2594da07b'
down_revision = '266e6f3efd94'

from alembic import op
from paddles.models.types import JSONType
Expand Down

0 comments on commit a07f537

Please sign in to comment.