同步错误
This commit is contained in:
parent
ff386204b5
commit
7a1df98575
|
@ -1,18 +0,0 @@
|
||||||
# Generated by Django 3.2.9 on 2022-01-25 08:51
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('system', '0004_user_is_atwork'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='user',
|
|
||||||
name='last_check_time',
|
|
||||||
field=models.DateTimeField(blank=True, null=True, verbose_name='打卡时间'),
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Reference in New Issue