summaryrefslogtreecommitdiff
path: root/app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py')
-rw-r--r--app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py b/app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py
deleted file mode 100644
index 3ec3167..0000000
--- a/app/unused_apps/jrnl/migrations/0052_entry_new_field_notes.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# Generated by Django 3.1 on 2020-10-27 21:04
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('posts', '0011_remove_post_jrnl'),
- ('jrnl', '0051_auto_20201027_2102'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='entry',
- name='new_field_notes',
- field=models.ManyToManyField(blank=True, to='posts.Post'),
- ),
- ]