forked from kompetenzinventar/ki-backend
25 lines
351 B
Python
25 lines
351 B
Python
|
"""empty message
|
||
|
|
||
|
Revision ID: 99f6b0756445
|
||
|
Revises: 9183e2335b05
|
||
|
Create Date: 2021-10-03 14:45:10.980556
|
||
|
|
||
|
"""
|
||
|
from alembic import op
|
||
|
import sqlalchemy as sa
|
||
|
|
||
|
|
||
|
# revision identifiers, used by Alembic.
|
||
|
revision = '99f6b0756445'
|
||
|
down_revision = '9183e2335b05'
|
||
|
branch_labels = None
|
||
|
depends_on = None
|
||
|
|
||
|
|
||
|
def upgrade():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def downgrade():
|
||
|
pass
|