@@ -1,5 +1,5 @@  | 
            ||
| 1 | 1 | 
                # -*- coding: utf-8 -*-  | 
            
| 2 | 
                -# Generated by Django 1.11.28 on 2020-03-22 21:50  | 
            |
| 2 | 
                +# Generated by Django 1.11.29 on 2020-03-24 06:57  | 
            |
| 3 | 3 | 
                from __future__ import unicode_literals  | 
            
| 4 | 4 | 
                 | 
            
| 5 | 5 | 
                from django.db import migrations, models  | 
            
                @@ -8,7 +8,7 @@ from django.db import migrations, models  | 
            ||
| 8 | 8 | 
                class Migration(migrations.Migration):  | 
            
| 9 | 9 | 
                 | 
            
| 10 | 10 | 
                dependencies = [  | 
            
| 11 | 
                -        ('logs', '0014_auto_20200323_0525'),
               | 
            |
| 11 | 
                +        ('logs', '0010_auto_20190816_1827'),
               | 
            |
| 12 | 12 | 
                ]  | 
            
| 13 | 13 | 
                 | 
            
| 14 | 14 | 
                operations = [  | 
            
                @@ -32,4 +32,14 @@ class Migration(migrations.Migration):  | 
            ||
| 32 | 32 | 
                name='application_id',  | 
            
| 33 | 33 | 
                field=models.IntegerField(db_index=True, default=0, help_text='\u7533\u8bf7\u5355\u53f7', verbose_name='application_id'),  | 
            
| 34 | 34 | 
                ),  | 
            
| 35 | 
                + migrations.AddField(  | 
            |
| 36 | 
                + model_name='mchinfoencryptloginfo',  | 
            |
| 37 | 
                + name='code',  | 
            |
| 38 | 
                + field=models.CharField(blank=True, db_index=True, help_text='\u4e5d\u4f4d\u7684\u5b57\u7b26\u4e32\u539f\u59cb\u7801', max_length=16, null=True, verbose_name='code'),  | 
            |
| 39 | 
                + ),  | 
            |
| 40 | 
                + migrations.AddField(  | 
            |
| 41 | 
                + model_name='mchinfoencryptloginfo',  | 
            |
| 42 | 
                + name='code_url',  | 
            |
| 43 | 
                + field=models.CharField(blank=True, db_index=True, help_text='28\u4f4d\u666e\u901a\u7801\u5b57\u7b26\t', max_length=128, null=True, verbose_name='code_url'),  | 
            |
| 44 | 
                + ),  | 
            |
| 35 | 45 | 
                ]  | 
            
                @@ -1,25 +0,0 @@  | 
            ||
| 1 | 
                -# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                -# Generated by Django 1.11.28 on 2020-03-22 21:25  | 
            |
| 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 | 
                -        ('logs', '0013_mchinfoencryptloginfo_user_ids'),
               | 
            |
| 12 | 
                - ]  | 
            |
| 13 | 
                -  | 
            |
| 14 | 
                - operations = [  | 
            |
| 15 | 
                - migrations.AddField(  | 
            |
| 16 | 
                - model_name='mchinfoencryptloginfo',  | 
            |
| 17 | 
                - name='code',  | 
            |
| 18 | 
                - field=models.CharField(blank=True, db_index=True, help_text='\u4e5d\u4f4d\u7684\u5b57\u7b26\u4e32\u539f\u59cb\u7801', max_length=16, null=True, verbose_name='code'),  | 
            |
| 19 | 
                - ),  | 
            |
| 20 | 
                - migrations.AddField(  | 
            |
| 21 | 
                - model_name='mchinfoencryptloginfo',  | 
            |
| 22 | 
                - name='code_url',  | 
            |
| 23 | 
                - field=models.CharField(blank=True, db_index=True, help_text='28\u4f4d\u666e\u901a\u7801\u5b57\u7b26\t', max_length=128, null=True, verbose_name='code_url'),  | 
            |
| 24 | 
                - ),  | 
            |
| 25 | 
                - ]  |