parent
793f818a45
commit
a9d2cdb4cb
3 changed files with 25 additions and 1 deletions
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.7 on 2026-06-10 08:37 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('ai', '0006_aishow_updated_at_alter_aishow_created_at'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='aishow', |
||||
name='prompt_version', |
||||
field=models.CharField(default='', max_length=50), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue