mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
17
people/migrations/0008_order_answer_by_question.py
Normal file
17
people/migrations/0008_order_answer_by_question.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.2.10 on 2020-02-20 15:23
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('people', '0007_relationship_question_answers'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='relationshipquestionchoice',
|
||||
options={'ordering': ['question__order', 'order', 'text']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user