第一次提交:阿龙电竞 Django 后端最新版本
This commit is contained in:
18
shangpin/migrations/0005_shangpinleixing_is_cross_enabled.py
Normal file
18
shangpin/migrations/0005_shangpinleixing_is_cross_enabled.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.27 on 2026-03-24 17:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("shangpin", "0004_shangpin_ewai_dashou_fencheng_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="shangpinleixing",
|
||||
name="is_cross_enabled",
|
||||
field=models.BooleanField(default=False, verbose_name="是否开启平台互通"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user