typo
This commit is contained in:
parent
0e387f3c06
commit
6c383e5dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,4 +46,4 @@ def upgrade() -> None:
|
||||||
|
|
||||||
def downgrade() -> None:
|
def downgrade() -> None:
|
||||||
"""Downgrade schema."""
|
"""Downgrade schema."""
|
||||||
op.drop_table("user_event")
|
op.drop_table("user_events")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue