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 committed Jun 28, 2019
1 parent 93008c3 commit 0ad8d18
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 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: 40384fa03dd1, 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 = ('40384fa03dd1', '969126bd800f')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass
28 changes: 0 additions & 28 deletions migrations/versions/f9571a5ab4f3_.py

This file was deleted.

0 comments on commit 0ad8d18

Please sign in to comment.