create base useranswer class
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.1.4 on 2023-05-15 10:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('anatomy', '0067_alter_anatomyquestion_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='ciduseranswer',
|
||||
options={'ordering': ['cid']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user