bump db partition migration

This commit is contained in:
Jim Ladd
2021-03-30 16:03:29 -07:00
parent 5a785798b0
commit 0f53d9b911
2 changed files with 2 additions and 2 deletions

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