Makemigrations

Brightcells 6 年之前
父節點
當前提交
66a598b30c

+ 30 - 0
account/migrations/0034_auto_20180930_1159.py

@@ -0,0 +1,30 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.11.15 on 2018-09-30 03:59
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
+        ('account', '0033_delete_franchiserinfo'),
12
+    ]
13
+
14
+    operations = [
15
+        migrations.AlterField(
16
+            model_name='lensmaninfo',
17
+            name='phone',
18
+            field=models.CharField(blank=True, db_index=True, help_text='\u6444\u5f71\u5e08\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
19
+        ),
20
+        migrations.AlterField(
21
+            model_name='tourguideinfo',
22
+            name='phone',
23
+            field=models.CharField(blank=True, db_index=True, help_text='\u5bfc\u6e38\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
24
+        ),
25
+        migrations.AlterField(
26
+            model_name='userinfo',
27
+            name='phone',
28
+            field=models.CharField(blank=True, db_index=True, help_text='\u7528\u6237\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
29
+        ),
30
+    ]

+ 25 - 0
group/migrations/0045_auto_20180930_1159.py

@@ -0,0 +1,25 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.11.15 on 2018-09-30 03:59
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
+        ('group', '0044_auto_20180103_0446'),
12
+    ]
13
+
14
+    operations = [
15
+        migrations.AlterField(
16
+            model_name='groupinfo',
17
+            name='phone',
18
+            field=models.CharField(blank=True, help_text='\u5bfc\u6e38\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
19
+        ),
20
+        migrations.AlterField(
21
+            model_name='groupuserinfo',
22
+            name='phone',
23
+            field=models.CharField(blank=True, help_text='\u7528\u6237\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
24
+        ),
25
+    ]

+ 25 - 0
mch/migrations/0026_auto_20180930_1159.py

@@ -0,0 +1,25 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.11.15 on 2018-09-30 03:59
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', '0025_auto_20180917_1554'),
12
+    ]
13
+
14
+    operations = [
15
+        migrations.AlterField(
16
+            model_name='administratorinfo',
17
+            name='phone',
18
+            field=models.CharField(blank=True, db_index=True, help_text='\u7ba1\u7406\u5458\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
19
+        ),
20
+        migrations.AlterField(
21
+            model_name='operatorinfo',
22
+            name='phone',
23
+            field=models.CharField(blank=True, db_index=True, help_text='\u64cd\u4f5c\u5458\u7535\u8bdd', max_length=11, null=True, verbose_name='phone'),
24
+        ),
25
+    ]