summaryrefslogtreecommitdiff
path: root/migrations/versions/27880ab1f050_.py
blob: c5a19038be125f4119e28eb88ac7da2b6abb0af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
"""empty message

Revision ID: 27880ab1f050
Revises: None
Create Date: 2016-01-09 23:22:39.077931

"""

# revision identifiers, used by Alembic.
revision = '27880ab1f050'
down_revision = None

from alembic import op
import sqlalchemy as sa


def upgrade():
    ### commands auto generated by Alembic - please adjust! ###
    pass
    ### end Alembic commands ###


def downgrade():
    ### commands auto generated by Alembic - please adjust! ###
    pass
    ### end Alembic commands ###