Shorten performance index migration revision

This commit is contained in:
Андрей Цой
2026-07-02 06:17:22 +09:00
parent c7c60b70c8
commit b0e42688b6

View File

@@ -1,6 +1,6 @@
"""add performance indexes
Revision ID: 20260701_0001_add_performance_indexes
Revision ID: 20260701_perf_indexes
Revises: 20260307_0100_add_emoji_mappings
Create Date: 2026-07-01 00:01:00.000000
@@ -8,7 +8,7 @@ Create Date: 2026-07-01 00:01:00.000000
from alembic import op
revision = '20260701_0001_add_performance_indexes'
revision = '20260701_perf_indexes'
down_revision = '20260307_0100_add_emoji_mappings'
branch_labels = None
depends_on = None