Fix migration order of operations bug

This commit is contained in:
Alan Rominger
2021-04-17 10:54:07 -04:00
parent 5f39b6276d
commit 8241ebbc9a
3 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ def delete_all_custom_script_roles(apps, schema_editor):
role.delete()
role_ct += 1
if role_ct:
logger.debug('Deleted roles corresponding to custom inventory sources.')
logger.debug('Deleted {} roles corresponding to custom inventory sources.'.format(role_ct))
UNIFIED_ORG_LOOKUPS = {