Skip to content

Commit

Permalink
Update 0451_create_db_users.py
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
P0NDER0SA authored May 27, 2024
1 parent df049d8 commit 01d74f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/versions/0451_create_db_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
super_role = "rds_superuser"
roles = ["app_db_user", "quicksight_db_user"]


def upgrade():
create_role_if_not_exist(super_role)
for role in roles:
Expand Down

0 comments on commit 01d74f5

Please sign in to comment.