remove 'pass' from the end of downgrade
This commit is contained in:
parent
603c1aa71e
commit
b6f3765a3a
1 changed files with 0 additions and 1 deletions
|
@ -28,4 +28,3 @@ def upgrade():
|
||||||
def downgrade():
|
def downgrade():
|
||||||
op.execute("UPDATE app_role SET role_id = NULL WHERE role_id = 2")
|
op.execute("UPDATE app_role SET role_id = NULL WHERE role_id = 2")
|
||||||
op.execute("DELETE FROM `role` WHERE id = 2")
|
op.execute("DELETE FROM `role` WHERE id = 2")
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in a new issue