fix: stabilize HartOMat runtime startup

This commit is contained in:
2026-04-06 13:10:51 +02:00
parent 6f6d6efe74
commit 448996b546
4 changed files with 28 additions and 4 deletions
@@ -1,13 +1,13 @@
"""Backfill persisted Schaeffler branding to HartOMat.
Revision ID: 063
Revises: 062
Revises: a68e8c6fb61b
"""
from alembic import op
import sqlalchemy as sa
revision = "063"
down_revision = "062"
down_revision = "a68e8c6fb61b"
branch_labels = None
depends_on = None