aboutsummaryrefslogtreecommitdiffstats
path: root/src/account/migrations/0013_auto_20230727_1903.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/migrations/0013_auto_20230727_1903.py')
-rw-r--r--src/account/migrations/0013_auto_20230727_1903.py29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/account/migrations/0013_auto_20230727_1903.py b/src/account/migrations/0013_auto_20230727_1903.py
new file mode 100644
index 0000000..9e1d222
--- /dev/null
+++ b/src/account/migrations/0013_auto_20230727_1903.py
@@ -0,0 +1,29 @@
+# Generated by Django 2.2 on 2023-07-27 19:03
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('account', '0012_auto_20230725_1749'),
+ ]
+
+ operations = [
+ migrations.RemoveField(
+ model_name='userprofile',
+ name='company',
+ ),
+ migrations.RemoveField(
+ model_name='userprofile',
+ name='jira_url',
+ ),
+ migrations.RemoveField(
+ model_name='userprofile',
+ name='pgp_public_key',
+ ),
+ migrations.RemoveField(
+ model_name='userprofile',
+ name='ssh_public_key',
+ ),
+ ]