mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
bump db partition migration
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user