-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
545c2f8
commit 16ec589
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 2.0.13 on 2019-11-04 06:54 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('oneid_meta', '0062_auto_20191102_1745'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='dinguser', | ||
name='account', | ||
field=models.CharField(blank=True, max_length=64, verbose_name='钉钉账号(手机)'), | ||
), | ||
migrations.AlterField( | ||
model_name='dinguser', | ||
name='uid', | ||
field=models.CharField(blank=True, max_length=255, verbose_name='员工在企业内的唯一标识'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters