da2a11adf9
This reverts commit 0494a36681
.
18 lines
417 B
Python
Executable file
18 lines
417 B
Python
Executable file
# Generated by Django 2.2.17 on 2021-11-12 05:55
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("chat_box", "0006_userroom"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="userroom",
|
|
name="last_seen",
|
|
field=models.DateTimeField(auto_now_add=True, verbose_name="last seen"),
|
|
),
|
|
]
|