You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
17 lines
360 B
17 lines
360 B
# Generated by Django 5.2.1 on 2025-05-12 16:03 |
|
|
|
from django.db import migrations |
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
dependencies = [ |
|
('api', '0005_alter_conversation_user_alter_message_conversation'), |
|
] |
|
|
|
operations = [ |
|
migrations.RemoveField( |
|
model_name='conversation', |
|
name='user', |
|
), |
|
]
|
|
|