poli_planning/polyclinic_scheduling/apps/employee/migrations/0003_auto_20200518_1227.py

19 lines
483 B
Python

# Generated by Django 3.0.6 on 2020-05-18 12:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('employee', '0002_auto_20200518_0902'),
]
operations = [
migrations.AlterField(
model_name='employee',
name='phone',
field=models.CharField(blank=True, help_text='The direct phone number of this employee', max_length=20, verbose_name='Phone number'),
),
]