mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
18 lines
323 B
Python
18 lines
323 B
Python
# Generated by Django 3.2.3 on 2022-09-03 21:03
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ban', '0002_usersban_reason'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='usersban',
|
|
name='reason',
|
|
),
|
|
]
|