Skip to content

Commit

Permalink
merge upstream db changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short authored and jezdez committed Oct 31, 2018
1 parent b68fb32 commit f233679
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migrations/versions/2ba47e9812b1_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""empty message
Revision ID: 2ba47e9812b1
Revises: 71477dadd6ef, 9d7678c47452
Create Date: 2018-07-25 16:09:54.769289
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '2ba47e9812b1'
down_revision = ('71477dadd6ef', '9d7678c47452', )
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit f233679

Please sign in to comment.