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

19 lines
484 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 = [
('hospital', '0002_auto_20200518_0902'),
]
operations = [
migrations.AlterField(
model_name='hospital',
name='phone',
field=models.CharField(blank=True, help_text='The general phone number of this hospital', max_length=20, verbose_name='Phone number'),
),
]