Makemigrations

Brightcells 6 gadi atpakaļ
vecāks
revīzija
8fd8731267
1 mainītis faili ar 20 papildinājumiem un 0 dzēšanām
  1. 20 0
      integral/migrations/0008_saleclerksubmitloginfo_test_sn.py

+ 20 - 0
integral/migrations/0008_saleclerksubmitloginfo_test_sn.py

@@ -0,0 +1,20 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.11.16 on 2018-11-20 10:10
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', '0007_auto_20180522_1147'),
12
+    ]
13
+
14
+    operations = [
15
+        migrations.AddField(
16
+            model_name='saleclerksubmitloginfo',
17
+            name='test_sn',
18
+            field=models.BooleanField(db_index=True, default=False, help_text='\u662f\u5426\u4e3a\u6d4b\u8bd5\u5e8f\u5217\u53f7', verbose_name='test_sn'),
19
+        ),
20
+    ]