parent
f78ac867c1
commit
143ca770bd
3 changed files with 20 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.7 on 2025-06-14 01:45 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('product', '0003_prdhistory'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='prditem', |
||||||
|
name='have_history', |
||||||
|
field=models.BooleanField(default=False, help_text='包含历史版本', verbose_name='包含历史版本'), |
||||||
|
), |
||||||
|
] |
Loading…
Reference in new issue