@@ -0,0 +1,25 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.23 on 2019-08-27 21:11 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations, models |
|
6 |
+ |
|
7 |
+ |
|
8 |
+class Migration(migrations.Migration): |
|
9 |
+ |
|
10 |
+ dependencies = [ |
|
11 |
+ ('integral', '0008_saleclerksubmitloginfo_test_sn'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AddField( |
|
16 |
+ model_name='saleclerksubmitloginfo', |
|
17 |
+ name='ym', |
|
18 |
+ field=models.IntegerField(db_index=True, default=0, help_text='\u5e74\u6708', verbose_name='ym'), |
|
19 |
+ ), |
|
20 |
+ migrations.AddField( |
|
21 |
+ model_name='saleclerksubmitloginfo', |
|
22 |
+ name='ymd', |
|
23 |
+ field=models.IntegerField(db_index=True, default=0, help_text='\u5e74\u6708\u65e5', verbose_name='ymd'), |
|
24 |
+ ), |
|
25 |
+ ] |
@@ -0,0 +1,25 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.23 on 2019-08-27 21:11 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations, models |
|
6 |
+ |
|
7 |
+ |
|
8 |
+class Migration(migrations.Migration): |
|
9 |
+ |
|
10 |
+ dependencies = [ |
|
11 |
+ ('sales', '0004_auto_20190826_1808'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AddField( |
|
16 |
+ model_name='salesresponsibilityinfomodelssalestatisticinfo', |
|
17 |
+ name='sr_id', |
|
18 |
+ field=models.CharField(blank=True, db_index=True, help_text='\u9500\u552e\u62c5\u5f53\u552f\u4e00\u6807\u8bc6', max_length=32, null=True, verbose_name='sr_id'), |
|
19 |
+ ), |
|
20 |
+ migrations.AlterField( |
|
21 |
+ model_name='supersalesresponsibilityinfomodelssalestatisticinfo', |
|
22 |
+ name='sr_id', |
|
23 |
+ field=models.CharField(blank=True, db_index=True, help_text='\u9500\u552e\u62c5\u5f53\u552f\u4e00\u6807\u8bc6', max_length=32, null=True, verbose_name='sr_id'), |
|
24 |
+ ), |
|
25 |
+ ] |