Add migrations

This commit is contained in:
2025-02-07 20:58:54 +00:00
parent 6aa7eb01e8
commit dec9d28803
12 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.5 on 2025-02-05 21:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0002_chat'),
]
operations = [
migrations.RemoveField(
model_name='chat',
name='ts',
),
]