Skip to content

Commit

Permalink
Update 0451_create_db_users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA authored May 28, 2024
1 parent 4899977 commit 1cd72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/versions/0451_create_db_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def upgrade():


def downgrade():
op.execute(f"REVOKE {super_role} FROM {role};")
return


def create_role_if_not_exist(role):
Expand Down

0 comments on commit 1cd72c9

Please sign in to comment.