mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-28 19:53:35 -05:00
Also removed active flag deletes from remaining cleanup_deleted management command as they will no longer be needed - but the deletes of the authentication tokens as well as potentially disabled users are still necessary, so the cleanup_deleted command will continue to exist. Reordering of the active flag removal to happen before the system job template creation is necessary since the system job template creation hits the license checker which at some point runs queries that depend on the active flag, and with that code changing to not use the active flag, we need to do the removal before we run this code.