From d60f23ec5eb8c763202fffb3fe1acb87d77e98a2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Nov 2021 11:08:30 +0100 Subject: [PATCH] cleanup migration --- bin | 2 +- lib/pdfannotator | 2 +- .../migrations/0005_webclassrecord_category.py | 18 ------------------ 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 teleforma/webclass/migrations/0005_webclassrecord_category.py diff --git a/bin b/bin index 52d01bc8..edd46124 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd +Subproject commit edd46124d392ae27b88eab49d371286e8b6b9e2e diff --git a/lib/pdfannotator b/lib/pdfannotator index c6b95327..ce69eca1 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit c6b953270e4e8a7d97853d7a784f8e6df9ed9c53 +Subproject commit ce69eca18a6f5b8774215725fd6b42534f13412f diff --git a/teleforma/webclass/migrations/0005_webclassrecord_category.py b/teleforma/webclass/migrations/0005_webclassrecord_category.py deleted file mode 100644 index 4b912435..00000000 --- a/teleforma/webclass/migrations/0005_webclassrecord_category.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.2.3 on 2021-07-13 16:08 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('webclass', '0004_auto_20210616_1654'), - ] - - operations = [ - migrations.AddField( - model_name='webclassrecord', - name='category', - field=models.CharField(choices=[('WC', 'Webclass'), ('CC', 'Correction de copie')], default='WC', max_length=2, verbose_name='Catégorie'), - ), - ] -- 2.39.5