From 373edbf8c08d9a820d08e924967c90d13b4027b3 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Fri, 5 Mar 2021 11:46:36 -0800 Subject: [PATCH] Update reference to partition migration --- awx/main/utils/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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