fix: [update v5.7] create roles list

This commit is contained in:
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

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()