bump migrations after devel rebase

This commit is contained in:
Chris Meyers
2021-04-26 13:41:39 -04:00
committed by Jim Ladd
parent c5a1e4c704
commit 137111351c
2 changed files with 2 additions and 2 deletions

View File

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