felicity-lims/felicity/migrations/versions/1ef66812cd10_rethought_identifications_2.py

27 lines
520 B
Python
Raw Normal View History

2023-04-10 20:23:31 +08:00
"""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 ###