summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0044_auto_20190917_1703.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/jrnl/migrations/0044_auto_20190917_1703.py')
-rw-r--r--app/jrnl/migrations/0044_auto_20190917_1703.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/jrnl/migrations/0044_auto_20190917_1703.py b/app/jrnl/migrations/0044_auto_20190917_1703.py
deleted file mode 100644
index c6e5d6c..0000000
--- a/app/jrnl/migrations/0044_auto_20190917_1703.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1.7 on 2019-09-17 17:03
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('contenttypes', '0002_remove_content_type_name'),
- ('jrnl', '0043_auto_20190704_0903'),
- ]
-
- operations = [
- migrations.RenameModel(
- old_name='RelatedPost',
- new_name='OldRelatedPost',
- ),
- ]