new
parent
32ea7a408f
commit
db8df729dc
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2.5 on 2024-07-21 19:58
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('osichat', '0012_alter_visitor_reference'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RenameField(
|
||||||
|
model_name='visitor',
|
||||||
|
old_name='reference',
|
||||||
|
new_name='referrer',
|
||||||
|
),
|
||||||
|
]
|
Binary file not shown.
Loading…
Reference in New Issue