1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Implement downgrade

This commit is contained in:
Florent Daigniere
2023-08-11 09:12:36 +02:00
parent 193b3d522a
commit a5f3c7eaf2

View File

@@ -19,4 +19,4 @@ def upgrade():
def downgrade():
pass
op.drop_column('user', 'change_pw_next_login')