@@ -0,0 +1,20 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.15 on 2018-09-17 07:54 |
|
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 |
+ ('mch', '0024_latestappscreeninfo'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AlterField( |
|
16 |
+ model_name='consumeinfosubmitloginfo', |
|
17 |
+ name='verifyResult', |
|
18 |
+ field=models.IntegerField(db_index=True, default=0, help_text='\u9a8c\u8bc1\u7ed3\u679c', verbose_name='verifyResult'), |
|
19 |
+ ), |
|
20 |
+ ] |