init commit
This commit is contained in:
17
base/migrations/0008_remove_patient_status.py
Normal file
17
base/migrations/0008_remove_patient_status.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.1.6 on 2023-02-14 14:56
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('base', '0007_alter_patient_description_alter_patient_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='patient',
|
||||
name='status',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user