mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
bump db partition migration
This commit is contained in:
parent
30871bd6cf
commit
1a1d66d2a2
@ -64,7 +64,7 @@ class FakeAddField(migrations.AddField):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0142_update_ee_image_field_description'),
|
||||
('main', '0143_hostmetric'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user