fix: [update v5.7] create roles list

otp
terrtia 2024-09-06 10:11:34 +02:00
parent 503e30c04b
commit 23f92e0290
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ if __name__ == '__main__':
# USERS
print('Updating Users ...')
# create role_list
ail_users._create_roles()
# Create Default Org
org = ail_orgs.create_default_org()
org_uuid = org.get_uuid()