mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Update reference to partition migration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user