This commit is contained in:
2026-03-31 02:21:44 -06:00
parent 986b48f1de
commit 9c76c98da8
9 changed files with 98 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 6.0.1 on 2026-03-31 07:10
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('prompt', '0002_message_prompt_level'),
]
operations = [
migrations.AddField(
model_name='message',
name='source',
field=models.CharField(default='ai', max_length=10),
),
]