diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 15:04:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 15:04:25 +0200 |
commit | 34317f3c96ff46ff9483c8c2a2d8c947d9b563ea (patch) | |
tree | 5220d6350a2c39dfc9c06c03227b395ffe1740ac /commcrawler/migrations/0002_auto_20190809_1502.py | |
parent | 918fba03bc48971e25ddc7aa2ee79d08bf0dbd26 (diff) | |
download | Comm-on-net-34317f3c96ff46ff9483c8c2a2d8c947d9b563ea.tar.bz2 Comm-on-net-34317f3c96ff46ff9483c8c2a2d8c947d9b563ea.zip |
Merge migrations
Diffstat (limited to 'commcrawler/migrations/0002_auto_20190809_1502.py')
-rw-r--r-- | commcrawler/migrations/0002_auto_20190809_1502.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/commcrawler/migrations/0002_auto_20190809_1502.py b/commcrawler/migrations/0002_auto_20190809_1502.py deleted file mode 100644 index 6141d9f..0000000 --- a/commcrawler/migrations/0002_auto_20190809_1502.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- 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', - ), - ] |