diff --git a/awx/main/utils/common.py b/awx/main/utils/common.py index 3d463441fc..39b9a4757e 100644 --- a/awx/main/utils/common.py +++ b/awx/main/utils/common.py @@ -212,7 +212,7 @@ def memoize_delete(function_name): def get_event_partition_epoch(): from django.db.migrations.recorder import MigrationRecorder return MigrationRecorder.Migration.objects.filter( - app='main', name='0124_event_partitions' + app='main', name='0130_event_partitions' ).first().applied