forked from mirror/MrDoc
数据库变更的迁移文件
This commit is contained in:
parent
7964e66d43
commit
47ebdc982c
18
app_doc/migrations/0034_doc_show_children.py
Normal file
18
app_doc/migrations/0034_doc_show_children.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.12 on 2020-12-15 19:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app_doc', '0033_doc_open_children'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='doc',
|
||||
name='show_children',
|
||||
field=models.BooleanField(default=False, verbose_name='显示下级文档'),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user