felicity-lims/backend/felicity_lims/migrations/versions/1cf31ffd1690_finalizations.py
2022-03-19 14:41:29 +02:00

29 lines
569 B
Python

"""finalizations
Revision ID: 1cf31ffd1690
Revises: d13acbc872a1
Create Date: 2022-03-19 14:07:25.061665
"""
from alembic import op
import sqlalchemy as sa
import sqlmodel
# revision identifiers, used by Alembic.
revision = '1cf31ffd1690'
down_revision = 'd13acbc872a1'
branch_labels = None
depends_on = None
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 ###