remove system tracking

* Leave the artisanal handcrafted migration from vendored fact scan to
external fact gathering.
This commit is contained in:
chris meyers
2019-04-10 08:26:53 -04:00
parent dc833bbaa7
commit 0c6a522813
16 changed files with 30 additions and 1343 deletions

View File

@@ -0,0 +1,26 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2019-04-10 12:25
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('main', '0070_v350_gce_instance_id'),
]
operations = [
migrations.AlterIndexTogether(
name='fact',
index_together=set([]),
),
migrations.RemoveField(
model_name='fact',
name='host',
),
migrations.DeleteModel(
name='Fact',
),
]