mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
17 lines
306 B
Python
17 lines
306 B
Python
# Generated by Django 2.2.11 on 2020-07-24 17:41
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('main', '0120_galaxy_credentials'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='TowerAnalyticsState',
|
|
),
|
|
]
|