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/0005_delete_accountrequest.py

17 lines
304 B
Python
Raw Normal View History

# Generated by Django 2.2.20 on 2021-05-19 08:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('userausfall', '0004_user_confidant'),
]
operations = [
migrations.DeleteModel(
name='AccountRequest',
),
]