kopia lustrzana https://github.com/glidernet/ogn-python
25 wiersze
332 B
Python
25 wiersze
332 B
Python
"""Initial revision
|
|
|
|
Revision ID: 002656878233
|
|
Revises:
|
|
Create Date: 2019-04-27 13:47:29.918982
|
|
|
|
"""
|
|
from alembic import op
|
|
import sqlalchemy as sa
|
|
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '002656878233'
|
|
down_revision = None
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|