Kamixitong/migrations/versions/0229eff75603_merge_heads.py
2025-11-19 22:49:24 +08:00

24 lines
512 B
Python

"""merge heads
Revision ID: 0229eff75603
Revises: create_audit_log, abcd1234_create_api_tables, abcd1234, abcd1236_add_image_path_to_product
Create Date: 2025-11-19 16:48:58.481910
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '0229eff75603'
down_revision = ('create_audit_log', 'abcd1234_create_api_tables', 'abcd1234', 'abcd1236_add_image_path_to_product')
branch_labels = None
depends_on = None
def upgrade():
pass
def downgrade():
pass