From 4fec1159612fad17a7385ba8aadc4a4b165d5aa9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Oct 2019 15:27:00 -0400 Subject: added new posts stuff and changed name of src posts --- .../essays/migrations/0010_essay_field_notes.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/unused_apps/essays/migrations/0010_essay_field_notes.py (limited to 'app/unused_apps/essays/migrations/0010_essay_field_notes.py') diff --git a/app/unused_apps/essays/migrations/0010_essay_field_notes.py b/app/unused_apps/essays/migrations/0010_essay_field_notes.py new file mode 100644 index 0000000..ca15b38 --- /dev/null +++ b/app/unused_apps/essays/migrations/0010_essay_field_notes.py @@ -0,0 +1,19 @@ +# Generated by Django 2.1.7 on 2019-07-04 09:03 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('fieldnotes', '0002_auto_20190303_1222'), + ('essays', '0009_merge_20190414_1500'), + ] + + operations = [ + migrations.AddField( + model_name='essay', + name='field_notes', + field=models.ManyToManyField(blank=True, to='fieldnotes.FieldNote'), + ), + ] -- cgit v1.2.3-70-g09d2