fix alembic downgrade script of 7b8f0011e0b0

This commit is contained in:
Andreas Köpf
2023-02-02 00:15:49 +01:00
parent 779f522385
commit d33fb9ce88
@@ -36,6 +36,7 @@ def upgrade() -> None:
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
op.drop_column("user_stats", "streak_days")
op.drop_column("user_stats", "streak_last_day_date")
op.drop_column("user", "streak_days")
op.drop_column("user", "streak_last_day_date")
op.drop_column("user", "last_activity_date")
# ### end Alembic commands ###