summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0048_auto_20191205_1720.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-12-05 17:23:13 -0500
committerluxagraf <sng@luxagraf.net>2019-12-05 17:23:13 -0500
commit5ac5b651cbfca1c7b47831eb00ed6243a4d11497 (patch)
tree12fde95e472e961bc3a6455b96daea91b229a992 /app/jrnl/migrations/0048_auto_20191205_1720.py
parentf0ec998d9c732ba9bec234851f8d21a898279715 (diff)
migrated to new related posts structure
Diffstat (limited to 'app/jrnl/migrations/0048_auto_20191205_1720.py')
-rw-r--r--app/jrnl/migrations/0048_auto_20191205_1720.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/jrnl/migrations/0048_auto_20191205_1720.py b/app/jrnl/migrations/0048_auto_20191205_1720.py
new file mode 100644
index 0000000..51be2f1
--- /dev/null
+++ b/app/jrnl/migrations/0048_auto_20191205_1720.py
@@ -0,0 +1,18 @@
+# Generated by Django 2.2.6 on 2019-12-05 17:20
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('jrnl', '0047_auto_20191110_0859'),
+ ]
+
+ operations = [
+ migrations.RenameField(
+ model_name='entry',
+ old_name='related',
+ new_name='oldrelated',
+ ),
+ ]