mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 04:29:21 -02:30
bump migrations
This commit is contained in:
@@ -64,7 +64,7 @@ class FakeAddField(migrations.AddField):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0138_custom_inventory_scripts_removal'),
|
('main', '0140_rename'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -213,7 +213,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='0139_event_partitions').first().applied
|
return MigrationRecorder.Migration.objects.filter(app='main', name='0141_event_partitions').first().applied
|
||||||
|
|
||||||
|
|
||||||
@memoize()
|
@memoize()
|
||||||
|
|||||||
Reference in New Issue
Block a user