summaryrefslogtreecommitdiff
path: root/commcrawler
diff options
context:
space:
mode:
Diffstat (limited to 'commcrawler')
-rw-r--r--commcrawler/migrations/0002_auto_20190809_1502.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/commcrawler/migrations/0002_auto_20190809_1502.py b/commcrawler/migrations/0002_auto_20190809_1502.py
new file mode 100644
index 0000000..6141d9f
--- /dev/null
+++ b/commcrawler/migrations/0002_auto_20190809_1502.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11 on 2019-08-09 13:02
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('commcrawler', '0001_initial'),
+ ]
+
+ operations = [
+ migrations.RemoveField(
+ model_name='crawllink',
+ name='result',
+ ),
+ migrations.DeleteModel(
+ name='CrawlLink',
+ ),
+ ]