Files
natureinpots_community/migrations/versions/bfc7a6bd8abc_auto.py
2025-06-04 23:24:16 -05:00

29 lines
544 B
Python

"""auto
Revision ID: bfc7a6bd8abc
Revises: cc35036a6f94
Create Date: 2025-06-05 01:57:23.973531
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'bfc7a6bd8abc'
down_revision = 'cc35036a6f94'
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 ###