18 lines
349 B
Python
18 lines
349 B
Python
# Generated by Django 3.1.3 on 2021-02-17 14:23
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('longs', '0023_auto_20210216_1315'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='ciduseranswer',
|
|
options={'ordering': ['cid']},
|
|
),
|
|
]
|