Removing project content and adding a note
[laas.git] / src / account / migrations / 0008_auto_20210324_2106.py
diff --git a/src/account/migrations/0008_auto_20210324_2106.py b/src/account/migrations/0008_auto_20210324_2106.py
deleted file mode 100644 (file)
index 9ff513d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2 on 2021-03-24 21:06
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('account', '0007_userprofile_pulic_user'),
-    ]
-
-    operations = [
-        migrations.RenameField(
-            model_name='userprofile',
-            old_name='pulic_user',
-            new_name='public_user',
-        ),
-    ]