diff options
Diffstat (limited to 'app/jrnl/migrations/0035_auto_20190303_1610.py')
-rw-r--r-- | app/jrnl/migrations/0035_auto_20190303_1610.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/jrnl/migrations/0035_auto_20190303_1610.py b/app/jrnl/migrations/0035_auto_20190303_1610.py deleted file mode 100644 index 7b51186..0000000 --- a/app/jrnl/migrations/0035_auto_20190303_1610.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.1.7 on 2019-03-03 16:10 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('jrnl', '0034_remove_entry_field_notes'), - ] - - operations = [ - migrations.RenameField( - model_name='entry', - old_name='field_notes_two', - new_name='field_notes', - ), - ] |