Skip to content

Commit

Permalink
Update migrations to sync with devel
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Oct 16, 2024
1 parent 83abe18 commit 3a10af3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions awx/main/migrations/0198_merge_20241016_1759.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.10 on 2024-10-16 17:59

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('main', '0196_alter_inventorysource_source_and_more'),
('main', '0197_remove_sso_app_content'),
]

operations = []

0 comments on commit 3a10af3

Please sign in to comment.