diff options
Diffstat (limited to 'client/migrations/0018_auto_20200620_2007.py')
-rw-r--r-- | client/migrations/0018_auto_20200620_2007.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/client/migrations/0018_auto_20200620_2007.py b/client/migrations/0018_auto_20200620_2007.py deleted file mode 100644 index 17f40b3..0000000 --- a/client/migrations/0018_auto_20200620_2007.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.0.7 on 2020-06-20 18:07 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('client', '0017_usercode_medic'), - ] - - operations = [ - migrations.AlterField( - model_name='medicaldata', - name='medic_name', - field=models.CharField(default='', max_length=250, null=True), - ), - ] |