new
parent
fe19c6429a
commit
48537a95ea
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.5 on 2024-08-14 08:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('osichat', '0025_rename_chatotification_chatnotification'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='visitor',
|
||||
name='region',
|
||||
field=models.CharField(max_length=25, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Loading…
Reference in New Issue