mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
bump db partition migration
This commit is contained in:
@@ -65,7 +65,7 @@ class FakeAddField(migrations.AddField):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0134_unifiedjob_ansible_version'),
|
('main', '0135_schedule_sort_fallback_to_id'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -212,7 +212,7 @@ def memoize_delete(function_name):
|
|||||||
def get_event_partition_epoch():
|
def get_event_partition_epoch():
|
||||||
from django.db.migrations.recorder import MigrationRecorder
|
from django.db.migrations.recorder import MigrationRecorder
|
||||||
|
|
||||||
return MigrationRecorder.Migration.objects.filter(app='main', name='0135_event_partitions').first().applied
|
return MigrationRecorder.Migration.objects.filter(app='main', name='0136_event_partitions').first().applied
|
||||||
|
|
||||||
|
|
||||||
@memoize()
|
@memoize()
|
||||||
|
|||||||
Reference in New Issue
Block a user