.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.8 on 2021-12-11 22:38
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('generic', '0016_ciduser_active'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='ciduser',
|
||||
name='cid',
|
||||
field=models.IntegerField(blank=True, null=True, unique=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user