summaryrefslogtreecommitdiff
path: root/commcrawler
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-09 15:03:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-09 15:03:34 +0200
commit918fba03bc48971e25ddc7aa2ee79d08bf0dbd26 (patch)
tree00d5bae84087939b2dd37c4ee6c3a50fd5632ab5 /commcrawler
parentbdef3d9c77886bffa2780b1d2fd00282a8a88eed (diff)
downloadComm-on-net-918fba03bc48971e25ddc7aa2ee79d08bf0dbd26.tar.bz2
Comm-on-net-918fba03bc48971e25ddc7aa2ee79d08bf0dbd26.zip
Missing migration
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',
+ ),
+ ]