bump db partition migration

This commit is contained in:
Chris Meyers
2021-05-20 13:47:56 -04:00
committed by Jim Ladd
parent 30871bd6cf
commit 1a1d66d2a2
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,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='0143_event_partitions').first().applied
return MigrationRecorder.Migration.objects.filter(app='main', name='0144_event_partitions').first().applied
@memoize()