diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-31 14:43:53 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-31 14:43:53 +0200 |
commit | dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12 (patch) | |
tree | 916f28ed81ce97a9742a4fda2947f5afd3e8b52b /client/migrations/0026_document_signed_doc.py | |
parent | clean up document tmp files (diff) | |
download | scout-subs-dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12.tar.gz scout-subs-dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12.zip |
remove old migrations0.2
Diffstat (limited to 'client/migrations/0026_document_signed_doc.py')
-rw-r--r-- | client/migrations/0026_document_signed_doc.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/client/migrations/0026_document_signed_doc.py b/client/migrations/0026_document_signed_doc.py deleted file mode 100644 index f3b6747..0000000 --- a/client/migrations/0026_document_signed_doc.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.0.7 on 2020-07-29 19:58 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('client', '0025_documenttype_custom_group'), - ] - - operations = [ - migrations.AddField( - model_name='document', - name='signed_doc', - field=models.FileField(default=None, null=True, upload_to='documents/'), - ), - ] |