Mch migrations

Brightcells 6 年之前
父節點
當前提交
9c585b197e
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      mch/migrations/0025_auto_20180917_1554.py

+ 20 - 0
mch/migrations/0025_auto_20180917_1554.py

@@ -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
+    ]