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 --- .../sketches/migrations/0003_auto_20190303_1057.py | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py (limited to 'app/unused_apps/sketches') diff --git a/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py b/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py new file mode 100644 index 0000000..87cfbf1 --- /dev/null +++ b/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py @@ -0,0 +1,24 @@ +# Generated by Django 2.1.7 on 2019-03-03 10:57 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('sketches', '0002_auto_20180208_0743'), + ] + + operations = [ + migrations.AddField( + model_name='sketch', + name='subtitle', + field=models.CharField(blank=True, max_length=250), + ), + migrations.AlterField( + model_name='sketch', + name='title', + field=models.CharField(blank=True, default='', max_length=250), + preserve_default=False, + ), + ] -- cgit v1.2.3-70-g09d2