mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
bump partition migration to 0132
This commit is contained in:
@@ -95,7 +95,7 @@ class FakeAddField(migrations.AddField):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0130_ee_polymorphic_set_null'),
|
('main', '0131_undo_org_polymorphic_ee'),
|
||||||
]
|
]
|
||||||
|
|
||||||
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(
|
return MigrationRecorder.Migration.objects.filter(
|
||||||
app='main', name='0131_event_partitions'
|
app='main', name='0132_event_partitions'
|
||||||
).first().applied
|
).first().applied
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user