aboutsummaryrefslogtreecommitdiffstats
path: root/src/account/migrations/0013_auto_20230727_1903.py
blob: 9e1d222b58c1b4b2fb32e4b102b4f718b0789560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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',
        ),
    ]