mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-12 01:08:13 -05:00
Remove unwanted comment in id column
This commit is contained in:
@@ -126,7 +126,6 @@ def upgrade() -> None:
|
||||
"id",
|
||||
sa.String(length=64),
|
||||
nullable=False,
|
||||
comment="Password reset token ID",
|
||||
),
|
||||
sa.Column(
|
||||
"user_id",
|
||||
|
||||
Reference in New Issue
Block a user