同步数据库
This commit is contained in:
parent
6625c16308
commit
80af0a043c
|
@ -0,0 +1,23 @@
|
|||
# Generated by Django 2.2.8 on 2022-01-03 23:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('safesite', '0393_auto_20211227_0001'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='riskacttask',
|
||||
name='taskdo2',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='提交时间'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='riskacttask',
|
||||
name='taskdo',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='开始执行时间'),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue