This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
userausfall/userausfall/migrations/0010_auto_20210802_1131.py

30 lines
662 B
Python

# Generated by Django 2.2.20 on 2021-08-02 11:31
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('userausfall', '0009_auto_20210802_0745'),
]
operations = [
migrations.RemoveField(
model_name='user',
name='confidant',
),
migrations.RemoveField(
model_name='user',
name='confidant_unconfirmed',
),
migrations.RemoveField(
model_name='user',
name='email',
),
migrations.RemoveField(
model_name='user',
name='email_unconfirmed',
),
]