From dfcf0e776c6f4fff8e3b4077f8e1055e328e4d12 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 31 Jul 2020 14:43:53 +0200 Subject: remove old migrations --- client/migrations/0022_auto_20200620_2316.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 client/migrations/0022_auto_20200620_2316.py (limited to 'client/migrations/0022_auto_20200620_2316.py') diff --git a/client/migrations/0022_auto_20200620_2316.py b/client/migrations/0022_auto_20200620_2316.py deleted file mode 100644 index 37a602b..0000000 --- a/client/migrations/0022_auto_20200620_2316.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.0.7 on 2020-06-20 21:16 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('client', '0021_documenttype_sign_req'), - ] - - operations = [ - migrations.RenameField( - model_name='documenttype', - old_name='sign_req', - new_name='auto_sign', - ), - ] -- cgit v1.2.1