web2-hw1/backend/alembic/versions/b16d4a12f55f_test.py
2023-01-04 00:30:08 +03:00

28 lines
560 B
Python

"""test
Revision ID: b16d4a12f55f
Revises: 9b7ccd38c01a
Create Date: 2023-01-03 23:33:23.628323
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'b16d4a12f55f'
down_revision = '9b7ccd38c01a'
branch_labels = None
depends_on = None
def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###