19 lines
416 B
Python
19 lines
416 B
Python
# Generated by Django 5.0.2 on 2024-04-29 11:06
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('atlas', '0049_casedetail_questions_cidreportanswer_json_answer_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='casedetail',
|
|
old_name='questions',
|
|
new_name='question_schema',
|
|
),
|
|
]
|