fix(migrations): give scheduling revision a unique id

This commit is contained in:
2026-07-20 19:10:21 +02:00
parent 297e3ad96e
commit 2570192e06

View File

@@ -1,6 +1,6 @@
"""v0.1.9 scheduling participant visibility """v0.1.9 scheduling participant visibility
Revision ID: 5e6f7a8b9c0d Revision ID: 9c2f4a7d1e6b
Revises: 4d5e6f7a8b9c Revises: 4d5e6f7a8b9c
Create Date: 2026-07-20 00:00:00.000000 Create Date: 2026-07-20 00:00:00.000000
""" """
@@ -10,7 +10,7 @@ from alembic import op
import sqlalchemy as sa import sqlalchemy as sa
revision = "5e6f7a8b9c0d" revision = "9c2f4a7d1e6b"
down_revision = "4d5e6f7a8b9c" down_revision = "4d5e6f7a8b9c"
branch_labels = None branch_labels = None
depends_on = None depends_on = None