Update reference to partition migration

This commit is contained in:
Jim Ladd
2021-03-05 11:46:36 -08:00
parent b19bcdd882
commit 373edbf8c0

View File

@@ -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