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 Mar 5, 2018
1 parent 0604760 commit cff65fe
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migrations/versions/15041b7085fe_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""empty message
Revision ID: 15041b7085fe
Revises: f9571a5ab4f3, 969126bd800f
Create Date: 2018-02-14 17:52:17.138127
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '15041b7085fe'
down_revision = ('f9571a5ab4f3', '969126bd800f')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit cff65fe

Please sign in to comment.