mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
bump migration
This commit is contained in:
parent
34c4967d27
commit
0f9f3f58e2
@ -64,7 +64,7 @@ class FakeAddField(migrations.AddField):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0135_schedule_sort_fallback_to_id'),
|
||||
('main', '0136_scm_track_submodules'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@ -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='0136_event_partitions').first().applied
|
||||
return MigrationRecorder.Migration.objects.filter(app='main', name='0137_event_partitions').first().applied
|
||||
|
||||
|
||||
@memoize()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user