diff options
Diffstat (limited to 'app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py')
-rw-r--r-- | app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py b/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py deleted file mode 100644 index 87cfbf1..0000000 --- a/app/unused_apps/sketches/migrations/0003_auto_20190303_1057.py +++ /dev/null @@ -1,24 +0,0 @@ -# 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, - ), - ] |