Removing project content and adding a note
[laas.git] / src / account / migrations / 0006_auto_20201109_1947.py
diff --git a/src/account/migrations/0006_auto_20201109_1947.py b/src/account/migrations/0006_auto_20201109_1947.py
deleted file mode 100644 (file)
index d08c426..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 2.2 on 2020-11-09 19:47
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('account', '0005_auto_20200723_2100'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='userprofile',
-            name='full_name',
-            field=models.CharField(blank=True, default='', max_length=100, null=True),
-        ),
-        migrations.AlterField(
-            model_name='userprofile',
-            name='jira_url',
-            field=models.CharField(blank=True, default='', max_length=100, null=True),
-        ),
-    ]