25 lines
352 B
Python
25 lines
352 B
Python
![]() |
"""empty message
|
||
|
|
||
|
Revision ID: b3222bf2cedb
|
||
|
Revises: 5766fed0b2ef
|
||
|
Create Date: 2017-08-27 03:02:09.126373
|
||
|
|
||
|
"""
|
||
|
from alembic import op
|
||
|
import sqlalchemy as sa
|
||
|
|
||
|
|
||
|
# revision identifiers, used by Alembic.
|
||
|
revision = 'b3222bf2cedb'
|
||
|
down_revision = 'f5e44761054e'
|
||
|
branch_labels = None
|
||
|
depends_on = None
|
||
|
|
||
|
|
||
|
def upgrade():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def downgrade():
|
||
|
pass
|