feat: batchst字段同步数据库
This commit is contained in:
parent
0d3d4160ef
commit
06e04858df
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 3.2.12 on 2025-05-08 08:23
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('wpm', '0114_auto_20250428_1350'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='batchst',
|
||||||
|
name='first_time',
|
||||||
|
field=models.DateTimeField(blank=True, null=True, verbose_name='首次操作时间'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue