mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
bump migrations
This commit is contained in:
@@ -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='0139_event_partitions').first().applied
|
||||
return MigrationRecorder.Migration.objects.filter(app='main', name='0141_event_partitions').first().applied
|
||||
|
||||
|
||||
@memoize()
|
||||
|
||||
Reference in New Issue
Block a user