something-8bfe63/alembic/versions/20250430_194451_e491efa2_update_fruit.py
2025-04-30 19:44:59 +00:00

19 lines
327 B
Python

"""add delete_by_id helper method for Fruit
Revision ID: 3c5a6f92d7d3
Revises: 9f2b6a4e5c28
Create Date: 2023-05-30 12:42:26.524518
"""
# revision identifiers, used by Alembic.
revision = '3c5a6f92d7d3'
down_revision = '9f2b6a4e5c28'
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass