Migrations
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.6 on 2020-05-18 12:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('polyclinic', '0002_auto_20200518_0902'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='polyclinic',
|
||||
name='phone',
|
||||
field=models.CharField(blank=True, help_text='The general/direct phone number of this polyclinic', max_length=20, verbose_name='Phone number'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user