Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.5 on 2020-05-18 03:04
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hospital', '0002_delete_teacherextra'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='patient',
|
||||
name='admitDate',
|
||||
field=models.DateField(auto_now=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user