"""auto Revision ID: 5ab137c980ef Revises: 04a28922c2d4 Create Date: 2025-06-11 10:22:55.390129 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. revision = '5ab137c980ef' down_revision = '04a28922c2d4' 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 ###