From ee62ce525c5c5c1b3abd25673598360f2ccd79cc Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 8 Feb 2019 13:47:02 -0600 Subject: changed essays to allow easier building --- app/essays/migrations/0005_auto_20190208_0946.py | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/essays/migrations/0005_auto_20190208_0946.py (limited to 'app/essays/migrations') diff --git a/app/essays/migrations/0005_auto_20190208_0946.py b/app/essays/migrations/0005_auto_20190208_0946.py new file mode 100644 index 0000000..5b68bb4 --- /dev/null +++ b/app/essays/migrations/0005_auto_20190208_0946.py @@ -0,0 +1,25 @@ +# Generated by Django 2.1.5 on 2019-02-08 09:46 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('essays', '0004_auto_20190205_0830'), + ] + + operations = [ + migrations.DeleteModel( + name='PostType', + ), + migrations.RemoveField( + model_name='essay', + name='post_type', + ), + migrations.AddField( + model_name='essay', + name='preamble', + field=models.TextField(blank=True), + ), + ] -- cgit v1.2.3-70-g09d2