mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
More updates for InventorySource changes
This commit is contained in:
@@ -24,6 +24,11 @@ class Migration(migrations.Migration):
|
||||
model_name='inventorysource',
|
||||
name='group',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='inventorysource',
|
||||
name='inventory',
|
||||
field=models.ForeignKey(related_name='inventory_sources', default=None, to='main.Inventory', null=True),
|
||||
),
|
||||
|
||||
# Facts Latest
|
||||
migrations.CreateModel(
|
||||
|
||||
Reference in New Issue
Block a user