diff options
Diffstat (limited to 'app/jrnl/migrations/0017_entry_field_notes.py')
-rw-r--r-- | app/jrnl/migrations/0017_entry_field_notes.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/jrnl/migrations/0017_entry_field_notes.py b/app/jrnl/migrations/0017_entry_field_notes.py deleted file mode 100644 index f131183..0000000 --- a/app/jrnl/migrations/0017_entry_field_notes.py +++ /dev/null @@ -1,13 +0,0 @@ -# Generated by Django 2.0.1 on 2018-02-08 07:43 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('jrnl', '0016_auto_20161219_1058'), - ] - - operations = [ - ] |