Skip to content

Commit

Permalink
fix: remove mergepoint from past migration (#16301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Aug 17, 2021
1 parent b87e0b3 commit d5f63a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""add_last_saved_at_to_slice_model
Revision ID: 6d20ba9ecb33
Revises: ('ae1ed299413b', 'f6196627326f')
Revises: 'f6196627326f'
Create Date: 2021-08-02 21:14:58.200438
"""

# revision identifiers, used by Alembic.
revision = "6d20ba9ecb33"
down_revision = ("ae1ed299413b", "f6196627326f")
down_revision = "f6196627326f"

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit d5f63a7

Please sign in to comment.