mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -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():
|
def get_event_partition_epoch():
|
||||||
from django.db.migrations.recorder import MigrationRecorder
|
from django.db.migrations.recorder import MigrationRecorder
|
||||||
return MigrationRecorder.Migration.objects.filter(
|
return MigrationRecorder.Migration.objects.filter(
|
||||||
app='main', name='0124_event_partitions'
|
app='main', name='0130_event_partitions'
|
||||||
).first().applied
|
).first().applied
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user