mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
bump partition migration to 135
This commit is contained in:
@@ -211,9 +211,8 @@ def memoize_delete(function_name):
|
||||
@memoize(ttl=3600 * 24) # in practice, we only need this to load once at process startup time
|
||||
def get_event_partition_epoch():
|
||||
from django.db.migrations.recorder import MigrationRecorder
|
||||
return MigrationRecorder.Migration.objects.filter(
|
||||
app='main', name='0132_event_partitions'
|
||||
).first().applied
|
||||
|
||||
return MigrationRecorder.Migration.objects.filter(app='main', name='0135_event_partitions').first().applied
|
||||
|
||||
|
||||
@memoize()
|
||||
|
||||
Reference in New Issue
Block a user