Skip to content

Commit

Permalink
chore: reorder migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Sep 13, 2021
1 parent 13d0c00 commit 28344de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/versions/b3ccd538959e_add_not_opened_field.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""add not_opened field
Revision ID: b3ccd538959e
Revises: 5c885dc2badc
Revises: c4166678fb79
Create Date: 2021-08-03 09:41:18.244493
"""
Expand All @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = 'b3ccd538959e'
down_revision = '5c885dc2badc'
down_revision = 'c4166678fb79'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 28344de

Please sign in to comment.