Remove unwanted comment in id column

This commit is contained in:
João Vitória Silva
2025-09-05 15:52:27 +01:00
parent 6eff7a4d33
commit 903b08b948

View File

@@ -126,7 +126,6 @@ def upgrade() -> None:
"id",
sa.String(length=64),
nullable=False,
comment="Password reset token ID",
),
sa.Column(
"user_id",