Skip to content

Commit

Permalink
Add empty migration to replace the removed schedule_until migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel authored and Allen Short committed Mar 26, 2019
1 parent 1538947 commit be8b4d3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions migrations/versions/eb2f788f997e_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"""empty message
Revision ID: eb2f788f997e
Revises: d1eae8b9893e
Create Date: 2017-03-02 12:20:00.029066
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'eb2f788f997e'
down_revision = 'd1eae8b9893e'
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit be8b4d3

Please sign in to comment.