18 lines
389 B
Python
18 lines
389 B
Python
# Generated by Django 3.2.8 on 2021-12-07 15:23
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('atlas', '0020_rename_pathalogical_process_case_pathological_process'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='PathalogicalProcess',
|
|
new_name='PathologicalProcess',
|
|
),
|
|
]
|