bump partition migration to 0132

This commit is contained in:
Jim Ladd
2021-03-11 16:36:28 -08:00
parent b98b3ced1c
commit a7cabec3d0
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='0131_event_partitions'
app='main', name='0132_event_partitions'
).first().applied