diff options
Diffstat (limited to 'app/dispatch/migrations/0007_remove_paperwork_filename.py')
| -rw-r--r-- | app/dispatch/migrations/0007_remove_paperwork_filename.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/dispatch/migrations/0007_remove_paperwork_filename.py b/app/dispatch/migrations/0007_remove_paperwork_filename.py new file mode 100644 index 0000000..156d2cd --- /dev/null +++ b/app/dispatch/migrations/0007_remove_paperwork_filename.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.5 on 2017-11-22 22:15 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('dispatch', '0006_paperwork_filename'), + ] + + operations = [ + migrations.RemoveField( + model_name='paperwork', + name='filename', + ), + ] |
