]> git.parisson.com Git - teleforma.git/commitdiff
cleanup migration
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 22 Nov 2021 10:08:30 +0000 (11:08 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 22 Nov 2021 10:08:30 +0000 (11:08 +0100)
bin
lib/pdfannotator
teleforma/webclass/migrations/0005_webclassrecord_category.py [deleted file]

diff --git a/bin b/bin
index 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd..edd46124d392ae27b88eab49d371286e8b6b9e2e 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
+Subproject commit edd46124d392ae27b88eab49d371286e8b6b9e2e
index c6b953270e4e8a7d97853d7a784f8e6df9ed9c53..ce69eca18a6f5b8774215725fd6b42534f13412f 160000 (submodule)
@@ -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 (file)
index 4b91243..0000000
+++ /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'),
-        ),
-    ]