06/11 Fix db upgrade script

This commit is contained in:
2026-06-11 09:51:02 -04:00
parent ef2eb84f85
commit 4303c96632
@@ -8,7 +8,7 @@ updated MATRIX_DEFAULTS in notification_matrix.py covers those at runtime.
from alembic import op
revision = 'phase24_issue_created_notify_defaults'
revision = 'phase24_notify_defaults'
down_revision = 'phase23_support_tickets'
branch_labels = None
depends_on = None