felicity-lims/felicity/migrations/versions/1ef66812cd10_rethought_identifications_2.py
2023-04-10 14:23:31 +02:00

26 lines
520 B
Python

"""rethought identifications 2
Revision ID: 1ef66812cd10
Revises: 443bbf86aba8
Create Date: 2023-04-09 13:47:10.552259
"""
# revision identifiers, used by Alembic.
revision = "1ef66812cd10"
down_revision = "443bbf86aba8"
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 ###