mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
16 lines
293 B
Python
16 lines
293 B
Python
# Generated by Django 4.2.10 on 2024-09-16 10:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('main', '0197_add_opa_query_path'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Profile',
|
|
),
|
|
]
|